Open ellena13 opened 1 year ago
z->xsize
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L127-L128
and
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L154-L155
may have a zero value when variable xsize has value 0.
xsize
0
Check at image-zoom.c:109 does not prevent this error :
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L109-L117
z->ysize
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L130-L131
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L157-L158
may have a zero value when variable ysize has value 0.
ysize
Check at image-zoom.c:95 does not prevent this error:
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L94-L99
Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
Author E. Bykhanova.
Please run your scanner on the latest cups-filters version - 2.0.0, thank you!
z->xsize
, used as divisor athttps://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L127-L128
and
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L154-L155
may have a zero value when variable
xsize
has value0
.Check at image-zoom.c:109 does not prevent this error :
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L109-L117
z->ysize
, used as divisor athttps://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L130-L131
and
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L157-L158
may have a zero value when variable
ysize
has value0
.Check at image-zoom.c:95 does not prevent this error:
https://github.com/OpenPrinting/cups-filters/blob/8ac453d0c22a87984127f4c89bd5747d1409db23/cupsfilters/image-zoom.c#L94-L99
Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
Author E. Bykhanova.