this repo has no description
1
fork

Configure Feed

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

Use fix from pull request #101

+1 -1
+1 -1
src/libdyld/MachOObject.cpp
··· 226 226 void* rv; 227 227 int flags = MAP_PRIVATE; 228 228 229 - if (strcmp(seg->segname, SEG_PAGEZERO) == 0) 229 + if (strcmp(seg->segname, SEG_PAGEZERO) == 0 || seg->mappingSize == 0) 230 230 continue; 231 231 232 232 assert(seg->vmsize >= seg->filesize);