diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-18 06:08:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-18 06:08:02 +0000 |
commit | 5f1724bf0306309e7da4ebf7fcc19c03fdbf1142 (patch) | |
tree | 4abea8443dabfadc0639bd84cb089046f6fa972e /ChangeLog | |
parent | 388c779e6f39ab7797e0d94e02b2980984f36846 (diff) | |
download | glibc-5f1724bf0306309e7da4ebf7fcc19c03fdbf1142.zip glibc-5f1724bf0306309e7da4ebf7fcc19c03fdbf1142.tar.gz glibc-5f1724bf0306309e7da4ebf7fcc19c03fdbf1142.tar.bz2 |
* nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
rec_dirsearch returning NULL.
(first_shoot): Handle __nis_finddirectory returning NULL.
(__nisfind_server): Fix leak when rec_dirsearch returns NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-05-17 Ulrich Drepper <drepper@redhat.com> + * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and + rec_dirsearch returning NULL. + (first_shoot): Handle __nis_finddirectory returning NULL. + (__nisfind_server): Fix leak when rec_dirsearch returns NULL. + * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE, IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD. |