]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix a double unlock in inp_block_unblock_source() and
authorhrs <hrs@FreeBSD.org>
Wed, 4 Jul 2018 06:47:34 +0000 (06:47 +0000)
committerhrs <hrs@FreeBSD.org>
Wed, 4 Jul 2018 06:47:34 +0000 (06:47 +0000)
commit44b953fc1a773a8be56a4dd21fe45a7a9ca7ac2f
tree370d1eff9e9f575c6effde7b9abeb6fae9d02163
parent45aa8c7b93908680db337636799e10929d4c7502
- 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