
30 Aug
2018
30 Aug
'18
6:29 p.m.
On 08/27/2018 04:08 AM, Michal Privoznik wrote:
If drvNew callback fails, nobody calls drvFree and thus private data of the driver might leak.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/locking/lock_driver_lockd.c | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John