mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-18 11:27:37 +00:00
* src/read.c (parse_file_seq): [SV 52076] Sort wildcard results.
This commit is contained in:
parent
a9975756d0
commit
eedea52afb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue