diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 11:04:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 11:04:34 +0000 |
commit | 3d8fa13a1474077255e79b7550b279239bfb083c (patch) | |
tree | cc33b7c50a3e82507e4a58e990ec8905f9bfce17 /ChangeLog | |
parent | b5a9efcd9342681200280ef9f764b744d62b62ce (diff) | |
download | glibc-3d8fa13a1474077255e79b7550b279239bfb083c.zip glibc-3d8fa13a1474077255e79b7550b279239bfb083c.tar.gz glibc-3d8fa13a1474077255e79b7550b279239bfb083c.tar.bz2 |
Update.
1999-05-05 Thorsten Kukuk <kukuk@suse.de>
* nis/nis_file.c (readColdStartFile): Allocate memory only after
the file is opened successfully.
* nis/nis_table.c: Fix some memory leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1999-05-05 Thorsten Kukuk <kukuk@suse.de> + + * nis/nis_file.c (readColdStartFile): Allocate memory only after + the file is opened successfully. + + * nis/nis_table.c: Fix some memory leaks. + 1999-05-04 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st |