I ran afl over the einfo binary, and it reported dozens of crashes. Attached is a zip file containing all the crashes.
Published a fix for these crashes at https://github.com/captn3m0/ebook-tools/commit/5079e63250cd2f04a0829b273623c15ecb7586c4
The fixes are only syntactically correct, but not semantically. For the _cmp_ functions, 0 means "matching", but an empty id does not match "any" id.
_cmp_
0
Log in to post a comment.
Published a fix for these crashes at https://github.com/captn3m0/ebook-tools/commit/5079e63250cd2f04a0829b273623c15ecb7586c4
The fixes are only syntactically correct, but not semantically. For the
_cmp_functions,0means "matching", but an empty id does not match "any" id.