Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
net: missing lock releases in ipmr_base.c
In method mr_mfc_seq_idx, the lock it->lock and rcu_read_lock are not released when pos-- == 0 is true. Signed-off-by: Ryan Cai <ycaibb@gmail.com>
- Loading branch information