diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-06 20:34:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-06 20:34:24 +0000 |
commit | 4df92d57e86155e371b7797ed0bb51ff30e6450a (patch) | |
tree | 7eb8970020022ccbf96b3eca7372f7fa683ead77 /ChangeLog | |
parent | 68361572527e50a1e8d21f2898faa3809181c946 (diff) | |
download | glibc-4df92d57e86155e371b7797ed0bb51ff30e6450a.tar.gz glibc-4df92d57e86155e371b7797ed0bb51ff30e6450a.tar.xz glibc-4df92d57e86155e371b7797ed0bb51ff30e6450a.zip |
* nis/nis_table.c (nis_list): If __follow_path fails in the new
code, make sure the nis_freeresult call doesn't crash and that the result is reported correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 21c329e066..2ab02dd9e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-06 Ulrich Drepper <drepper@redhat.com> + + * nis/nis_table.c (nis_list): If __follow_path fails in the new + code, make sure the nis_freeresult call doesn't crash and that the + result is reported correctly. + 2006-09-27 Jakub Jelinek <jakub@redhat.com> * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS |