]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Make hhook_run_socket() vnet-aware instead of adding CURVNET_SET() around
authorHiroki Sato <hrs@FreeBSD.org>
Mon, 8 Sep 2014 09:04:22 +0000 (09:04 +0000)
committerHiroki Sato <hrs@FreeBSD.org>
Mon, 8 Sep 2014 09:04:22 +0000 (09:04 +0000)
commit714266373c3151bd77c2a45c166f11e9f5fac80b
tree72e29dad7ac17e220991244deb22862ca670c357
parentffea80b445cc7da78eb30d6e0bc010cf11b68503
- Make hhook_run_socket() vnet-aware instead of adding CURVNET_SET() around
  the function calls.
- Fix a memory leak and stats in the case that hhook_run_socket() fails
  in soalloc().

PR: 193265
sys/kern/uipc_socket.c