mirror of
https://github.com/mirror/make.git
synced 2024-12-29 14:30:42 +08:00
* src/read.c (parse_file_seq): [SV 52076] Sort wildcard results.
This commit is contained in:
parent
a9975756d0
commit
eedea52afb
@ -3317,7 +3317,7 @@ parse_file_seq (char **stringp, size_t size, int stopmap,
|
||||
nlist = &name;
|
||||
}
|
||||
else
|
||||
switch (glob (name, GLOB_NOSORT|GLOB_ALTDIRFUNC, NULL, &gl))
|
||||
switch (glob (name, GLOB_ALTDIRFUNC, NULL, &gl))
|
||||
{
|
||||
case GLOB_NOSPACE:
|
||||
out_of_memory ();
|
||||
|
Loading…
Reference in New Issue
Block a user