mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2002-11-05 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero. * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64, s_pwrite64, s_ftruncate, s_truncate): Re-add.
This commit is contained in:
@@ -468,6 +468,7 @@ regcomp (preg, pattern, cflags)
|
||||
preg->buffer = NULL;
|
||||
preg->allocated = 0;
|
||||
preg->used = 0;
|
||||
preg->can_be_null = 0;
|
||||
|
||||
/* Try to allocate space for the fastmap. */
|
||||
preg->fastmap = re_malloc (char, SBC_MAX);
|
||||
|
||||
Reference in New Issue
Block a user