summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile
diff options
context:
space:
mode:
authorSouptick Joarder <jrdr.linux@gmail.com>2016-11-03 19:36:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-10 14:50:46 +0100
commit7f8b4ebeb2a1e7bf7af80926db012c9356f7a662 (patch)
tree16e1406251fedc28785f49d25c7c573f329d2620 /drivers/oprofile
parent65dabaf532ba632d3660fc7943f3fe47c7c56dc0 (diff)
downloadlinux-7f8b4ebeb2a1e7bf7af80926db012c9356f7a662.tar.bz2
serial: ioc4_serial: Free memory when kzalloc fails during probe
Inside ioc4_attach_local() 4 memory was allocated using kzalloc and assign it to ports[] within loop. When kzalloc fails inside loop, it returns error without freeing previously allocated memory and we may have memory leak. Fix this by freeing ports[] before return. Signed-off-by: Souptick joarder <jrdr.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/oprofile')
0 files changed, 0 insertions, 0 deletions