By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
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.