diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-08 04:12:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-08 04:12:07 +0000 |
commit | 07683f843da03675c1ddcd4810c72a9264f113dd (patch) | |
tree | 3f9326e2ab7627a2bddefc8a668e75781f662302 /ChangeLog | |
parent | 43bc8ac6eab0f952faa3f3ca7bd0adfcdba13d9a (diff) | |
download | glibc-07683f843da03675c1ddcd4810c72a9264f113dd.tar glibc-07683f843da03675c1ddcd4810c72a9264f113dd.tar.gz glibc-07683f843da03675c1ddcd4810c72a9264f113dd.tar.bz2 glibc-07683f843da03675c1ddcd4810c72a9264f113dd.zip |
* nis/nis_table.c (nis_list): Fix memory handling in error case.
2005-12-07 Ulrich Drepper <drepper@redhat.com>
* nis/nis_table.c (nis_list): Remove have_tablepath, just use the
pointer value itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-12-07 Jakub Jelinek <jakub@redhat.com> + + * nis/nis_table.c (nis_list): Fix memory handling in error case. + +2005-12-07 Ulrich Drepper <drepper@redhat.com> + + * nis/nis_table.c (nis_list): Remove have_tablepath, just use the + pointer value itself. + 2005-12-06 Ulrich Drepper <drepper@redhat.com> * catgets/gencat.c: Use GPL, not LGPL. |