Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130645 | Differences between
and this patch

Collapse All | Expand All

(-)cnijfilter-3.70/cnijfilter/src/bjfimage.c (-3 / +3 lines)
Lines 1520-1527 Link Here
1520
	short			tmpformat;
1520
	short			tmpformat;
1521
	short			retbyte = 0;
1521
	short			retbyte = 0;
1522
	short			bpp = 3;
1522
	short			bpp = 3;
1523
	long			width = 0;
1523
	png_uint_32		width = 0;
1524
	long			length = 0;
1524
	png_uint_32		length = 0;
1525
	long			rstep = 0;
1525
	long			rstep = 0;
1526
	long			RasterLength = 0;
1526
	long			RasterLength = 0;
1527
	long			i;
1527
	long			i;
Lines 1574-1580 Link Here
1574
		goto onErr;
1574
		goto onErr;
1575
	}
1575
	}
1576
1576
1577
	if (setjmp (png_p->jmpbuf))
1577
	if (setjmp (png_jmpbuf(png_p)))
1578
	{
1578
	{
1579
		png_destroy_read_struct(&png_p, &info_p, (png_infopp)NULL);
1579
		png_destroy_read_struct(&png_p, &info_p, (png_infopp)NULL);
1580
		goto onErr;
1580
		goto onErr;

Return to bug 130645