stop on error and display the statstics anyway
PR: 32686
This commit is contained in:
parent
86a16ada1e
commit
b7a74bbc41
@ -66,6 +66,12 @@ statistic (fp, path_fcodes)
|
|||||||
} else
|
} else
|
||||||
count += c - OFFSET;
|
count += c - OFFSET;
|
||||||
|
|
||||||
|
if (count < 0 || count > MAXPATHLEN) {
|
||||||
|
/* stop on error and display the statstics anyway */
|
||||||
|
warnx("corrupted database: %s", path_fcodes);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
for (p = path + count; (c = getc(fp)) > SWITCH; size++)
|
for (p = path + count; (c = getc(fp)) > SWITCH; size++)
|
||||||
if (c < PARITY) {
|
if (c < PARITY) {
|
||||||
if (c == UMLAUT) {
|
if (c == UMLAUT) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user