mirror of
https://github.com/torvalds/linux.git
synced 2026-05-20 12:57:52 +02:00
The function alloc_workqueue() in rtw_core_init() can fail, but
there is no check of its return value. To fix this bug, its return value
should be checked with new error handling code.
Fixes:
|
||
|---|---|---|
| .. | ||
| rtl8xxxu | ||
| rtl818x | ||
| rtlwifi | ||
| rtw88 | ||
| rtw89 | ||
| Kconfig | ||
| Makefile | ||