]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix a double unlock in inp_block_unblock_source() and
authorHiroki Sato <hrs@FreeBSD.org>
Wed, 4 Jul 2018 06:47:34 +0000 (06:47 +0000)
committerHiroki Sato <hrs@FreeBSD.org>
Wed, 4 Jul 2018 06:47:34 +0000 (06:47 +0000)
commit5ba05d3d0ec9515d2f112345d39cdf20b79a8931
tree370d1eff9e9f575c6effde7b9abeb6fae9d02163
parent4619bce883aa504ef14c9db5419473cb20c8d1d8
- Fix a double unlock in inp_block_unblock_source() and
  lock leakage in inp_leave_group() which caused a panic.
- Make order of CTR1() and IN_MULTI_LIST_LOCK() consistent
  around inm_merge().
sys/netinet/in_mcast.c