mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 16:11:13 +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->name = name;
|
||||||
new1 = new1->next;
|
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