Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ios: Handle dyld crashreporter_annotations_t in __DATA_DIRTY segment.
On newer dyld versions, the `__crash_info` section is placed in the
`__DATA_DIRTY` segment. This change updates the crash handler to check
for this segment in addition to `SEG_DATA`.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
// dyld puts __crash_info in __DATA_DIRTY.
Not an absolute: it does in some versions, but not others.
If iOS 26 is like macOS 26, it's back to `__DATA` there.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |