Skip to content
Snippets Groups Projects
Commit 97cf2d28 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

fix dereferencing of NULL pointers for APSs

When calling pcPicCurr->finalInit() pointers to LMCS APS or Scalining List APS
can be zero. Dereferencing those is undefined. It's also not necessary, because
the arguments passed as reference are later converted to pointers again.
parent 84bc473b
No related branches found
No related tags found
1 merge request!935Fix #524: avoid dereferencing of NULL pointers for APSs
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment