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 (p.nekrasov@fobos-nt.ru).

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

3 participants