Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
inet: missing lock releases in udp.c
In method udp_get_first, the lock hslot->lock is not released when afinfo->family == AF_UNSPEC || sk->sk_family == afinfo->family is true. This patch fixes the problem by adding the unlock statement. Signed-off-by: Ryan Cai <ycaibb@gmail.com>
- Loading branch information