The anti-downgrade list was updated (versions bumped and new titles were added, such as TWL_FIRM).
The anti-downgrade list was updated (versions bumped and new titles were added, such as TWL_FIRM).
+
+
====Kernel11====
+
3 functions were updated, besides the descriptor parsing func (which had the version value updated):
+
+
* [[SVC|svcControlProcessMemory]]: At the start, this was added: <code>if (Addr0==NULL || ((Type==MEMOP_MAP || Type==MEMOP_UNMAP) && Addr1==NULL)) return 0xD8E007F6;</code>
+
* [[SVC|svcConnectToPort]]: The string comparison func was removed and is now inlined.
+
* The SlabHeap object allocator func will now panic if the ptr it would have returned is NULL.