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

/freebsd-11-stable/sbin/pfctl/
H A Dpf_print_state.cdiff 295086 Sat Jan 30 20:19:42 MST 2016 ian Make pfctl(8) work on strict-alignment platforms, by copying a pair of
embedded structures out of a packed, unaligned struct into local copies
on the stack which are aligned.

The original patch to do this was submitted by Guy Yur <guyyur@gmail.com>,
and this is conceptually the same change, but restructured with the
#ifndef __NO_STRICT_ALIGNMENT wrapper, similar to how the same issue is
handled in the kernel pf code.

PR: 185617
PR: 206658

Completed in 63 milliseconds