Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
runtime error: division by zero (src/openslide-decode-tifflike.c:304) #210
Comments
bgilbert
added the
defect
label
Jul 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
geeknik commentedJul 16, 2017
While fuzzing openslide
199a9c9with AFL and UBSan, adivision by zeroruntime error was triggered in this block of code. Line 304 isCONVERT_VALUES_RATIONAL(item->floats, int32_t, buf, item->count);.UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 ../../test test000Started life as a TIFF: test000.gz