Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
division-by-zero in function opj_pi_next_rpcl of pi.c (line 363)
Ubuntu + OpenJPEG (GitHub master, 2016/05/06)
Program received signal SIGFPE, Arithmetic exception. 0xb69891a6 in opj_pi_next_rpcl (pi=0xb4603d80) at /home/trylab/Desktop/repo/openjpeg/src/lib/openjp2/pi.c:363 363 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
https://raw.githubusercontent.com/trylab/PoCs/master/openjpeg/SIGFPE_opj_pi_next_rpcl@363/poc.j2k
Ke Liu of Tencent's Xuanwu LAB
The text was updated successfully, but these errors were encountered:
Fixed per d27ccf0
Sorry, something went wrong.
No branches or pull requests
Title
division-by-zero in function opj_pi_next_rpcl of pi.c (line 363)
Testing Environment
Ubuntu + OpenJPEG (GitHub master, 2016/05/06)
Exception Information
PoC
https://raw.githubusercontent.com/trylab/PoCs/master/openjpeg/SIGFPE_opj_pi_next_rpcl@363/poc.j2k
Credit
Ke Liu of Tencent's Xuanwu LAB
The text was updated successfully, but these errors were encountered: