diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-30 16:53:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-30 16:53:46 +0000 |
commit | 5590a2a124ce7f49f684edffe0f40c92e68daaff (patch) | |
tree | b88956b1c1b95f758a93429e5c9e1eabb770584b | |
parent | 220e7575011147416181092f718c07c914e6157f (diff) | |
download | glibc-5590a2a124ce7f49f684edffe0f40c92e68daaff.tar.gz glibc-5590a2a124ce7f49f684edffe0f40c92e68daaff.tar.xz glibc-5590a2a124ce7f49f684edffe0f40c92e68daaff.zip |
Update.
2001-03-30 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c: Avoid an access violation if malloc failes.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 367f468944..6133dbf7e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-30 Isamu Hasegawa <isamu@yamato.ibm.com> + + * posix/regex.c: Avoid an access violation if malloc failes. + 2001-03-30 Andreas Jaeger <aj@suse.de> * sysdeps/alpha/ldiv.S (ldiv): Add alias for imaxdiv. |