You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is size check in code, that c->tablen = im->bands * im->ysize > INT_MAX.
But 8 * c->tablen can lead to integer overflow. I suggest to adjust the size check.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Dmitriy Karasovsky (d.karasovsky@fobos-nt.ru).
The text was updated successfully, but these errors were encountered:
Hello!
There is size check in code, that c->tablen = im->bands * im->ysize > INT_MAX.
But 8 * c->tablen can lead to integer overflow. I suggest to adjust the size check.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Reporter: Dmitriy Karasovsky (d.karasovsky@fobos-nt.ru).
The text was updated successfully, but these errors were encountered: