New issue
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
heap-buffer-overflow in function put_pixel_rows in wrbmp.c:145 #305
Comments
|
This issue has CVE-2018-19664 number assigned. |
|
Do not need to use ASAN, valgrind suffices. |
|
I do not get it with 1.5.3. |
1 task
dcommander
added a commit
that referenced
this issue
Jun 3, 2020
If cinfo->quantize_colors == 1, then jpeg_calc_output_dimensions() will set cinfo->output_components to 1, and if cinfo->out_color_space is not RGB (or extended RGB), hilarity will ensue. Fixes #305
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: