mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
posix: Sync glob code with gnulib
It sync with gnulib commit 43ee1a6bf and fixes and use-after-free bug (gnulib commit 717766da8926e36). Checked on x86_64-linux-gnu.
This commit is contained in:
parent
c2a150d089
commit
4883360415
1648
posix/glob.c
1648
posix/glob.c
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifndef _LIBC
|
||||
# include <config.h>
|
||||
# include <libc-config.h>
|
||||
#endif
|
||||
|
||||
#include <glob.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifndef _LIBC
|
||||
# include <config.h>
|
||||
# include <libc-config.h>
|
||||
#endif
|
||||
|
||||
#include <glob.h>
|
||||
|
Loading…
Reference in New Issue
Block a user