mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
The "ext->key_len" is a u16 that comes from the user. If it's over
SCM_KEY_LEN (32) that could lead to memory corruption.
Fixes:
|
||
|---|---|---|
| .. | ||
| ipw2100.c | ||
| ipw2100.h | ||
| ipw2200.c | ||
| ipw2200.h | ||
| ipw.h | ||
| Kconfig | ||
| libipw_geo.c | ||
| libipw_module.c | ||
| libipw_rx.c | ||
| libipw_tx.c | ||
| libipw_wx.c | ||
| libipw.h | ||
| Makefile | ||