Wireshark-commits: [Wireshark-commits] master-1.12 feef629: alljoyn: more robust signature handling
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Mar 2015 12:16:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=feef629ad6a0593e55b9cb6ee7f346509e29c309
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

feef629 by Evan Huus (eapache@xxxxxxxxx):

    alljoyn: more robust signature handling
    
    There were two bugs in the handling of all-joyn struct signatures:
     - we were advancing the pointer without decrementing the length remaining
     - we were not checking for the string's null-terminator (which is only
       necessary if the string is malformed, but that's entirely possible)
    
    Bug: 11028
    Change-Id: I38b98cf3f43681f709846e3cb9068d20c4fdce82
    Reviewed-on: https://code.wireshark.org/review/7553
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  17e61df   USB: add support for alternate setting selection
    adds  feef629   alljoyn: more robust signature handling


Summary of changes:
 epan/dissectors/packet-alljoyn.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)