+2005-05-17 Ion Badulescu <ionut@moisil.badula.org>
+
+ * amd/nfs_subr.c: check for NULL pointer before dereferencing it
+
2005-05-16 Erez Zadok <ezk@cs.sunysb.edu>
* minor new ports: powerpc-apple-darwin7.9.0.
- minor new ports:
powerpc-apple-darwin7.9.0
+- bugs fixed:
+ * silly (and nasty) null pointer dereferencing
+
*** Notes specific to am-utils version 6.1-rc4
- bugs fixed:
* SUCH DAMAGE.
*
*
- * $Id: nfs_subr.c,v 1.31 2005/05/16 18:41:40 ezk Exp $
+ * $Id: nfs_subr.c,v 1.32 2005/05/17 15:05:23 ib42 Exp $
*
*/
* then the old node has been timed out and
* a new one allocated.
*/
- if (ap->am_gen != fp->fhh_gen)
+ if (ap != NULL && ap->am_gen != fp->fhh_gen)
ap = 0;
/*