Skip to content
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

UB in tcd.c opj_tcd_dc_level_shift_decode - pointer arithmetic on NULL pointer #1446

Open
pauldreik opened this issue Aug 25, 2022 · 1 comment

Comments

@pauldreik
Copy link

Using ubsan and afl, I found that pointer arithmetic may be carried out on a null pointer, which is undefined behaviour.

See #1442 for code to reproduce it.

@rouault
Copy link
Collaborator

rouault commented Dec 8, 2023

fixed per fixed per #1496

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

No branches or pull requests

2 participants