Wireshark-commits: [Wireshark-commits] master 10e2053: Androiddump: fix Potential leak of memory po
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 9 Apr 2015 23:13:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10e20531d327b8baa2d9ab932eb7564dc3b8ffd9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

10e2053 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Androiddump: fix Potential leak of memory pointed to by 'serial_number'
    
    Change-Id: Ib244ec9a94d99a3589d411a4e3bcb1b03212b82e
    Reviewed-on: https://code.wireshark.org/review/7987
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dc4345b   Androiddump: Fix Result of 'malloc' is converted to a pointer of type 'unsigned short', which is incompatible with sizeof operand type 'unsigned short *'
    adds  10e2053   Androiddump: fix Potential leak of memory pointed to by 'serial_number'


Summary of changes:
 extcap/androiddump.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)