kern/131601: [ipfw] [panic] 7-STABLE panic in nat_finalise (tcp=0)

Vladimir Kurtukov vk at kbb.ru
Fri May 8 01:30:04 UTC 2009


The following reply was made to PR kern/131601; it has been noted by GNATS.

From: Vladimir Kurtukov <vk at kbb.ru>
To: bug-followup at 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
  


More information about the freebsd-ipfw mailing list