On 5 April 2015 at 15:14, Florian Obser wrote:
> On Sun, Apr 05, 2015 at 11:48:21AM +0200, Alexandr Nedvedicky wrote:
>> Hello,
>>
>> when we ran PF sources through coverity we got an error
>> as follows:
>>
>> 8310 if (ri->r->dst.addr.type == PF_ADDR_TABLE)
>> 8311
On Sun, Apr 05, 2015 at 11:48:21AM +0200, Alexandr Nedvedicky wrote:
> Hello,
>
> when we ran PF sources through coverity we got an error
> as follows:
>
> 8310 if (ri->r->dst.addr.type == PF_ADDR_TABLE)
> 8311 pfr_update_stats(ri->r->dst.addr.p.tbl,
> 8312
Hello,
when we ran PF sources through coverity we got an error
as follows:
8310 if (ri->r->dst.addr.type == PF_ADDR_TABLE)
8311 pfr_update_stats(ri->r->dst.addr.p.tbl,
8312 &s->key[(s->direction == PF_IN)]->
8313