Wireshark-commits: [Wireshark-commits] master dc4345b: Androiddump: Fix Result of 'malloc' is conve

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 9 Apr 2015 22:27:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc4345b4d104bc79873a6b290a22f5b1a0cd76ea
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Androiddump: Fix Result of 'malloc' is converted to a pointer of type 'unsigned short', which is incompatible with sizeof operand type 'unsigned short *'
    
    Remove malloc
    
    Change-Id: I12a7f76026336853a50bc5277404c44aa715b8d2
    Reviewed-on: https://code.wireshark.org/review/7986
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  93169cb   OCFS2: fix some GCC / Clang warnings
    adds  dc4345b   Androiddump: Fix Result of 'malloc' is converted to a pointer of type 'unsigned short', which is incompatible with sizeof operand type 'unsigned short *'


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