Date: Fri, 8 May 2009 01:30:03 GMT From: Vladimir Kurtukov <vk@kbb.ru> To: freebsd-ipfw@FreeBSD.org Subject: kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0) Message-ID: <200905080130.n481U34D099797@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/131601; it has been noted by GNATS. From: Vladimir Kurtukov <vk@kbb.ru> To: bug-followup@FreeBSD.org 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905080130.n481U34D099797>