Searched hist:290236 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.cdiff 290236 Sun Nov 01 15:29:40 MST 2015 kp pfctl: Fix uninitialised veriable

In pfctl_set_debug() we used 'level' without ever initialising it.
We correctly parsed the option, but them failed to actually assign the parsed
value to 'level' before performing to ioctl() to configure the debug level.

PR: 202996
Submitted by: Andrej Kolontai

Completed in 56 milliseconds