Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75423
Collapse All | Expand All

(-)tiff-3.7.1/tools/tiffdump.c.orig (+5 lines)
Lines 307-312 ReadDirectory(int fd, unsigned ix, off_t Link Here
307
			continue;
307
			continue;
308
		}
308
		}
309
		space = dp->tdir_count * datawidth[dp->tdir_type];
309
		space = dp->tdir_count * datawidth[dp->tdir_type];
310
		if (space <= 0) {
311
			printf(">\n");
312
			Error("Invalid count for tag %u", dp->tdir_tag);
313
			continue;
314
		}
310
		if (space <= 4) {
315
		if (space <= 4) {
311
			switch (dp->tdir_type) {
316
			switch (dp->tdir_type) {
312
			case TIFF_FLOAT:
317
			case TIFF_FLOAT:

Return to bug 75423