this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prevent dyld corruption/crash on too many loaded libraries

+1 -1
+1 -1
src/dyld/src/dyld.cpp
··· 847 847 } 848 848 } 849 849 850 - #define MAX_KERNEL_IMAGES_PER_CALL (100) 850 + #define MAX_KERNEL_IMAGES_PER_CALL (100*3) 851 851 852 852 static void flushKernelNotifications(bool loading, bool force, std::array<dyld_kernel_image_info_t,MAX_KERNEL_IMAGES_PER_CALL>& kernelInfos, uint32_t &kernelInfoCount) { 853 853 #if 0