|
|
|
|
|
by knight666
3966 days ago
|
|
Author here. The library currently doesn't employ any kind of fuzzing. I rely on multiple tests for every kind of input. I've found that is a pretty reliable way to test for "unknown unknowns", even if it's extremely time-consuming. Adding testcase fuzzing is definitely something to consider though, because it would most likely have found the very issues this release fixes. |
|