mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
Apply this change from gnulib:
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2006-06-10 Jim Meyering <jim@meyering.net>
|
||||
|
||||
Apply this change from gnulib:
|
||||
|
||||
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
|
||||
|
||||
2006-06-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
|
||||
|
||||
@@ -36,7 +36,9 @@
|
||||
#endif
|
||||
|
||||
#undef __strndup
|
||||
#undef strndup
|
||||
#if _LIBC
|
||||
# undef strndup
|
||||
#endif
|
||||
|
||||
#ifndef weak_alias
|
||||
# define __strndup strndup
|
||||
|
||||
Reference in New Issue
Block a user