freebsd-dev/sys/netpfil
Alexander V. Chernikov fa7c058bf8 Fix panic on table/table entry delete. The panic could have happened
if more than 64 distinct values had been used.

Table value code uses internal objhash API which requires unique key
  for each object. For value code, pointer to the actual value data
  is used. The actual problem arises from the fact that 'actual' e.g.
  runtime data is stored in array and that array is auto-growing. There is
  special hook (update_tvalue() function) which is used to update the pointers
  after the change. For some reason, object 'key' was not updated.
  Fix this by adding update code to the update_tvalue().

Sponsored by:	Yandex LLC
2016-01-21 18:20:40 +00:00
..
ipfw Fix panic on table/table entry delete. The panic could have happened 2016-01-21 18:20:40 +00:00
pf Remove sys/eventhandler.h from net/route.h 2016-01-09 09:34:39 +00:00