diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-29 12:03:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-29 12:03:44 +0000 |
commit | 6e607d847cc9ad50610238da03a92c4b01eb577a (patch) | |
tree | 13f5d24bfb261b5f2c2d84bc50be6b330e2d845f /ChangeLog | |
parent | e7a95dc622058b3e8cb90263c51e96ae04abfe71 (diff) | |
download | glibc-6e607d847cc9ad50610238da03a92c4b01eb577a.tar.gz glibc-6e607d847cc9ad50610238da03a92c4b01eb577a.tar.xz glibc-6e607d847cc9ad50610238da03a92c4b01eb577a.zip |
Update.
* locale/loadlocale.c (_nl_load_locale): Don't allow too small files crash the program. * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index fbc1fbbdf1..a3f71f9c8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 1998-05-29 Ulrich Drepper <drepper@cygnus.com> + * locale/loadlocale.c (_nl_load_locale): Don't allow too small + files crash the program. + * io/Makefile: Don't run ftwtest-sh if cross-compiling. - * string/Makefile: Don't run test on tst/svc.out if - cross-compiling. + * string/Makefile: Don't run test on tst-svc.out if cross-compiling. Reported by Deborah Wallach <kerr@pa.dec.com>. 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu> |