Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d512710: idl2wrs: fix clang analyzer Warning complain

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 2 Sep 2015 13:27:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5127100b99e55f3fb2353661d0932079793b9ac
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d512710 by Dario Lombardo (lomato@xxxxxxxxx):

    idl2wrs: fix clang analyzer Warning complains.
    
    890:9: warning: Access to field 'str' results in a dereference of a null pointer (loaded from variable 'token_list')
    3132:4: warning: Value stored to 'str' is never read
    3155:4: warning: Value stored to 'str' is never read
    3166:4: warning: Value stored to 'str' is never read
    3183:4: warning: Value stored to 'str' is never read
    3192:4: warning: Value stored to 'str' is never read
    3203:4: warning: Value stored to 'str' is never read
    3220:4: warning: Value stored to 'str' is never read
    
    
    Change-Id: If1a1acfc331e0648f95f6d6defe6533b6927ccaa
    Reviewed-on: https://code.wireshark.org/review/10357
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5518ae0   PER: followup of g59453fb
    adds  d512710   idl2wrs: fix clang analyzer Warning complains.


Summary of changes:
 epan/dissectors/dcerpc/idl2wrs.c |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)