From: Erez Zadok Date: Wed, 5 Apr 2006 15:16:20 +0000 (+0000) Subject: * amd/amfs_generic.c (amfs_lookup_mntfs): fix use-after-free bug X-Git-Tag: am-utils-6_2a2~12 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=92d3c2ca35bcc8704d6163cb5450fd5d1b1453fc;p=am-utils-6.0.git * amd/amfs_generic.c (amfs_lookup_mntfs): fix use-after-free bug (Coverity). --- diff --git a/ChangeLog b/ChangeLog index 292bb4d..236c405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-05 Christos Zoulas + + * amd/amfs_generic.c (amfs_lookup_mntfs): fix use-after-free bug + (Coverity). + 2006-03-27 Erez Zadok * doc/am-utils.texi, scripts/{amd.conf.5,amd.conf-sample}: diff --git a/NEWS b/NEWS index 4b4de70..6cd0387 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,8 @@ better tune Amd's responsiveness under heavy scheduler loads. * correctly print nfs_args->addr info (sin_family/port/addr) * pawd should resolve path repeatedly until no more to do * handle old-style filehandles correctly (for mount points longer - than 28 chars) + than 28 chars) + * use-after-free bug in amfs_lookup_mntfs (Coverity) *** Notes specific to am-utils version 6.2a1