On 8/18/2019 2:54 PM, Wenwen Wang wrote:
In fault_opcodes_write(), 'data' is allocated through kcalloc(). However,
it is not deallocated in the following execution if an error occurs,
leading to memory leaks. To fix this issue, introduce the 'free_data' label
to free 'data' before returning the error.

Signed-off-by: Wenwen Wang <[email protected]>

Acked-by: Dennis Dalessandro <[email protected]>

Reply via email to