klauspost / rawspeed

Raw Image Decoder Library
GNU Lesser General Public License v2.1
72 stars 20 forks source link

Make rawspeed much more resilient to crashing #141

Closed pedrocr closed 8 years ago

pedrocr commented 8 years ago

Just like discussed in #137 I've made the getData() API safer. I've also been running rawspeed under afl-fuzz and fixing quite a few crashing bugs. I've ran regression testing against the rawsamples.ch sample set and everything is still working as it should.

klauspost commented 8 years ago

Thanks a bunch!

pedrocr commented 8 years ago

:) there should be quite a few more on the way, afl-fuzz is really good at finding issues.