this repo has no description
1
fork

Configure Feed

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

Fix use-after-free in DebugSymbols

This issue only becomes apparent with darlinghq/darling-corefoundation@1f64a32cfabe68a45c406bc9fc3f2686557c3dda, but it should have always been a problem. Weird...

+1 -1
+1 -1
src/private-frameworks/DebugSymbols/DebugSymbols.c
··· 38 38 CFRelease(dsymPath); 39 39 return url; 40 40 } 41 - fprintf(stderr, "Debug symbols not found at %s\n", CFStringGetCStringPtr(exec_path, kCFStringEncodingUTF8)); 41 + fprintf(stderr, "Debug symbols not found at %s\n", CFStringGetCStringPtr(dsymPath, kCFStringEncodingUTF8)); 42 42 43 43 CFRelease(dsymPath); 44 44 }