Re: [PATCH 1/2] libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held
From: Kalle Valo <hidden>
Date: 2020-01-14 13:43:54
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2020-01-14 13:43:54
Also in:
linux-wireless, lkml
Nicolai Stange [off-list ref] writes:
Commit e5e884b42639 ("libertas: Fix two buffer overflows at parsing bss
descriptor") introduced a bounds check on the number of supplied rates to
lbs_ibss_join_existing().
Unfortunately, it introduced a return path from within a RCU read side
critical section without a corresponding rcu_read_unlock(). Fix this.
Fixes: e5e884b42639 ("libertas: Fix two buffer overflows at parsing bss
descriptor")This should be in one line, I'll fix it during commit. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches