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).
The
imIn
pointer is checked forNULL
, but it seems to be dereferenced before this check. You must first make sure that the pointer is notNULL
before using it.Found by Linux Verification Center (linuxtesting.org) with SVACE. Reporter: Pavel Nekrasov (p.nekrasov@fobos-nt.ru).