Closed daniellockyer closed 6 years ago
I am able to trigger 3 debug_assert failures by passing inputs to this library. I found them using honggfuzz and through the usvg library.
debug_assert
I opened issues over there but they are caused by this library:
The inputs I gave to that library are given, along with the backtraces. I figure there should be some checks and handling added somewhere.
Thank you for reporting these problems. I will investigate the causes.
I fixed the problems and released v0.1.16.
Excellent - thanks!
I am able to trigger 3
debug_assert
failures by passing inputs to this library. I found them using honggfuzz and through the usvg library.I opened issues over there but they are caused by this library:
The inputs I gave to that library are given, along with the backtraces. I figure there should be some checks and handling added somewhere.