Skip to content

Handle NULL buffer when discarding rows#705

Open
tlnguyen-smu wants to merge 1 commit into
indigo-astronomy:masterfrom
tlnguyen-smu:cve-req-3331
Open

Handle NULL buffer when discarding rows#705
tlnguyen-smu wants to merge 1 commit into
indigo-astronomy:masterfrom
tlnguyen-smu:cve-req-3331

Conversation

@tlnguyen-smu
Copy link
Copy Markdown

This PR fixes a potential security vulnerability in post_process_1pass and quantize_ord_dither that were cloned from https://github.com/libjpeg-turbo/libjpeg-turbo but did not receive the security patch.

Details:

Affected Function: post_process_1pass in indigo_libs/externals/libjpeg/jdpostct.c and quantize_ord_dither in indigo_libs/externals/libjpeg/jquant1.c
Original Fix: libjpeg-turbo/libjpeg-turbo@1ecd9a5

What this PR does:

This PR applies the same security patch that was applied to the original repository to eliminate the potential vulnerability in the cloned code.

References:

Please review and merge this PR to ensure your repository is protected against this potential vulnerability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants