The following reply was made to PR kern/131601; it has been noted by GNATS.
From: Vladimir Kurtukov <[email protected]> To: [email protected] Cc: Subject: kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0) Date: Fri, 8 May 2009 08:46:33 +0800 use my patch, it works also, these who using ipnat ftp proxy, need to apply this patch. --- ip_ftp_pxy.c.orig 2007-06-04 10:54:35.000000000 +0800 +++ ip_ftp_pxy.c 2009-05-08 08:48:04.000000000 +0800 @@ -1010,6 +1010,8 @@ return 0; } else if (mlen < 0) { return 0; + } else if (nat->nat_aps == NULL) { + return 0; } aps = nat->nat_aps; --- Best regards, Vladimir _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[email protected]"
