Abandon ARC header parsing on unexpected data#223
Conversation
This change checks for null pointer and saves us a crash
|
Thank you for this fix — the NULL guards you added are exactly the right approach for the SIGABRT crash path, and this PR correctly diagnosed the missing A few gaps remained that PR #296 addresses:
Closing in favour of #296, which addresses all of the above. Thanks again for the contribution! |
This should solve the crash in #183 (but not actually parse the headers).
(patch not written by me)