mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
b9b683844b
In go7007_load_encoder, bounce(i.e. go->boot_fw), is allocated without
a deallocation thereafter. After the following call chain:
saa7134_go7007_init
|-> go7007_boot_encoder
|-> go7007_load_encoder
|-> kfree(go)
go is freed and thus bounce is leaked.
Fixes:
|
||
---|---|---|
.. | ||
go7007-driver.c | ||
go7007-fw.c | ||
go7007-i2c.c | ||
go7007-loader.c | ||
go7007-priv.h | ||
go7007-usb.c | ||
go7007-v4l2.c | ||
Kconfig | ||
Makefile | ||
s2250-board.c | ||
snd-go7007.c |