Skip to content

Conversation

@PavlNekrasov
Copy link
Contributor

The imIn pointer is checked for NULL, but it seems to be dereferenced before this check. You must first make sure that the pointer is not NULL before using it.

Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Pavel Nekrasov ([email protected]).

PavlNekrasov and others added 2 commits September 19, 2024 22:53
…ne` function

The `imIn` pointer is checked for `NULL`, but it seems to be dereferenced before this check. You must first make sure that the pointer is not `NULL` before using it.
@radarhere radarhere changed the title fix dereference before checking for NULL in the `ImagingTransformAff… Fix dereference before checking for NULL in ImagingTransformAffine Sep 19, 2024
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.

3 participants