On 20/12/2006, at 7:03 PM, Daniel Hartmeier wrote:

On Wed, Dec 20, 2006 at 01:35:37PM +1100, Johan Allard wrote:

any idea why this caused this panic?

Can you try the patch below?

If it still panics, please include the panic message in the screenshot
(the first couple of lines got cut off).

Daniel

Index: pf.c
===================================================================
RCS file: /cvs/src/sys/net/pf.c,v
retrieving revision 1.521
diff -u -r1.521 pf.c
--- pf.c        14 Dec 2006 20:40:54 -0000      1.521
+++ pf.c        20 Dec 2006 07:55:15 -0000
@@ -5475,7 +5475,7 @@
 {
        struct mbuf             *m0, *m1;
        struct route             iproute;
-       struct route            *ro;
+       struct route            *ro = NULL;
        struct sockaddr_in      *dst;
        struct ip               *ip;
        struct ifnet            *ifp = NULL;


Yes, this fixed the kernel dump. Thank you very much for the quick fix.

Cheers

//johan

Reply via email to