Closed TomSellers closed 1 year ago
Thanks for the fix, and for fuzzing go-plist! I'm only a little surprised gofuzz didn't catch it, but all the more grateful that somebody did. :smile:
Thanks for landing @DHowett Would it be possible to tag a new release that contains the fixes in this PR and #78?
I'm so sorry I missed this. Yes, here's v1.0.1.
This PR addresses a
index out of range
panic inparseGNUStepValue
. This panic was identified as part of internal fuzzer based testing of our code.Reproducer
Results
I built a quick Fuzzer for
Decode
with a good test corpus in order to identify related bugs but nothing shook out in roughly an hour.