mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 14:54:49 +00:00
The configure_channels() function has a double free because
configure_memdma_and_inputblock() calls free_input_block() and then
it's called again in the error handling code.
Link: https://lore.kernel.org/linux-media/20211208073544.GA22020@kili
Fixes:
|
||
|---|---|---|
| .. | ||
| c8sectpfe-common.c | ||
| c8sectpfe-common.h | ||
| c8sectpfe-core.c | ||
| c8sectpfe-core.h | ||
| c8sectpfe-debugfs.c | ||
| c8sectpfe-debugfs.h | ||
| c8sectpfe-dvb.c | ||
| c8sectpfe-dvb.h | ||
| Kconfig | ||
| Makefile | ||