Re: [PATCH] infiniband: hfi1: fix a memory leak bug

From: Dennis Dalessandro
Date: Mon Aug 19 2019 - 09:07:43 EST


On 8/18/2019 3:29 PM, Wenwen Wang wrote:
In fault_opcodes_read(), 'data' is not deallocated if debugfs_file_get()
fails, leading to a memory leak. To fix this bug, introduce the 'free_data'
label to free 'data' before returning the error.

Signed-off-by: Wenwen Wang <wenwen@xxxxxxxxxx>

Acked-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>