mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +00:00
Formerly read.c.~72~
This commit is contained in:
parent
db98fe95a4
commit
2932fb1bca
1 changed files with 5 additions and 0 deletions
5
read.c
5
read.c
|
@ -1617,6 +1617,11 @@ parse_file_seq (stringp, stopchar, size, strip)
|
|||
new1->name = name;
|
||||
new1 = new1->next;
|
||||
}
|
||||
|
||||
if (new1 == 0)
|
||||
/* We might have slurped up the whole list,
|
||||
and continuing the loop would dereference NEW1. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue