freebsd-dev/sys/netpfil
Luigi Rizzo 788c0c66ab bugfix: the scheduler template (dn_schk) for the round robin scheduler
is followed by another structure (rr_schk) whose size must be set
in the schk_datalen field of the descriptor.
Not allocating the memory may cause other memory to be overwritten
(though dn_schk is 192 bytes and rr_schk only 12 so we may be lucky
and end up in the padding after the dn_schk).

This is a merge candidate for stable and 10.3

MFC after:	3 days
2016-01-27 02:08:30 +00:00
..
ipfw bugfix: the scheduler template (dn_schk) for the round robin scheduler 2016-01-27 02:08:30 +00:00
pf MFP r287070,r287073: split radix implementation and route table structure. 2016-01-25 06:33:15 +00:00