]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 Aug 2000 01:22:46 +0000 (01:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 Aug 2000 01:22:46 +0000 (01:22 +0000)
2000-08-28  Ulrich Drepper  <drepper@redhat.com>

* locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
to avoid crashing statically linked applications.

ChangeLog
locale/localeinfo.h

index f4679087034a78275a6acbb79864b4a2cee20603..2d65ecd8b15302986cae4a5dbdf12a0c7bbc4689 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.
index f9862823928f8ef48c441e7419b203a657e28ccb..1a4fe6f543c5e7a1ddba5f01add260ea6c219baa 100644 (file)
@@ -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