Re: panic in ipfw with recent current

From: Randy Bush <randy_at_psg.com>
Date: Sat, 15 Aug 2009 17:26:41 +0900
>> in line 2061 of ip_fw2.c in the crhold()
>> the argument should be pcb->inp_cred, not inp->cred
>> 
>> 2059        if (pcb != NULL) {
>> 2060              *uc = crhold(inp->inp_cred); <--s/inp/pcb/
>> 2061              *ugid_lookupp = 1;
>> 2062        }
> 
> Confirmed, this fixes the problem. Filtering by gid works and no
> panics. Thanks a lot!

also confirmed.  <whew!>

randy
Received on Sat Aug 15 2009 - 06:26:45 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:53 UTC