linux_dsm_epyc7002/drivers/net/wireless/cisco
Wenwen Wang 145a32fe57 airo: fix memory leaks
In proc_BSSList_open(), 'file->private_data' is allocated through kzalloc()
and 'data->rbuffer' is allocated through kmalloc(). In the following
execution, if an error occurs, they are not deallocated, leading to memory
leaks. To fix this issue, free the allocated memory regions before
returning the error.

Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-09-03 16:39:33 +03:00
..
airo_cs.c
airo.c airo: fix memory leaks 2019-09-03 16:39:33 +03:00
airo.h
Kconfig airo: switch to skcipher interface 2019-06-25 08:12:20 +03:00
Makefile