By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2493
Collapse All | Expand All

(-)a/kernel/kls_hdr/fmt_codec_hdr.cpp (+3 lines)
Lines 320-325 bool fmt_codec::getHdrHead() Link Here
320
		if(!frs.readK(&a, sizeof(s8))) return false;
320
		if(!frs.readK(&a, sizeof(s8))) return false;
321
321
322
		++count;
322
		++count;
323
		if (count > 79) {
324
			return false;
325
		}
323
	}
326
	}
324
327
325
	buff[count] = '\0';
328
	buff[count] = '\0';

Return to bug 2493