goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
447 stars 337 forks source link

migrate from libfuzzer to active framework #335

Open goatshriek opened 1 year ago

goatshriek commented 1 year ago

libFuzzer has a note on its website stating that it is no longer under active work. Stumpless will need to migrate to an active fuzzing framework to avoid a rotten dependency. FuzzTest appears to be the successor to libFuzzer at the time of this writing.

jackoske commented 4 months ago

not sure about rotten, to quote:

The original authors of libFuzzer have stopped active work on it and switched to working on another fuzzing engine, Centipede. LibFuzzer is still fully supported in that important bugs will get fixed. However, please do not expect major new features or code reviews, other than for bug fixes.