]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336219:
authorae <ae@FreeBSD.org>
Thu, 19 Jul 2018 07:30:18 +0000 (07:30 +0000)
committerae <ae@FreeBSD.org>
Thu, 19 Jul 2018 07:30:18 +0000 (07:30 +0000)
commit18e6fb7e2584daaeb96869fd615397c8369d4e42
treefaab9e1f507703f6fac29902eea6b80b81b7e5a6
parentb0161972b61f32e3939b1d00ed596a51f2d9df53
MFC r336219:
  Use correct size when we are allocating array for skipto index.

  Also, there is no need to use M_ZERO for idxmap_back. It will be
  re-filled just after allocation in update_skipto_cache().

  PR: 229665
sys/netpfil/ipfw/ip_fw_sockopt.c