mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-08-28 Ulrich Drepper <drepper@redhat.com> * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828 to avoid crashing statically linked applications.
This commit is contained in:
parent
04ea3b0fbb
commit
4370efec00
@ -1,3 +1,8 @@
|
||||
2000-08-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
|
||||
to avoid crashing statically linked applications.
|
||||
|
||||
2000-08-27 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* string/strxfrm.c (strxfrm, wcsxfrm): Include <sys/param.h>.
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <intl/loadinfo.h> /* For loaded_l10nfile definition. */
|
||||
|
||||
/* Magic number at the beginning of a locale data file for CATEGORY. */
|
||||
#define LIMAGIC(category) (0x20000616 ^ (category))
|
||||
#define LIMAGIC(category) (0x20000828 ^ (category))
|
||||
|
||||
/* Two special weight constants for the collation data. */
|
||||
#define IGNORE_CHAR 2
|
||||
|
Loading…
Reference in New Issue
Block a user