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-1.12 71cb629: catapult, irda: Fix ASAN crashes due to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 14:07:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71cb629adcc50242d98ac4fe73499d7d36c17180
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

71cb629 by Peter Wu (peter@xxxxxxxxxxxxx):

    catapult,irda: Fix ASAN crashes due to buffer underrun
    
    The catapult dissector tripped on this random file I had. A quick look
    at other dissectors which use a construct like "-1] *= '*\\[rn]" showed
    packet-irda too, so fix that as well.
    
    Change-Id: I4b5fadcacd0b09d0fb29bdefc3dd1f28aef9b593
    Reviewed-on: https://code.wireshark.org/review/2802
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 16f8ba1bed579344df373bf38fff552ab8baf380)
    Change-Id: I4b5fadcacd0b09d0fb29bdefc3dd1f28aef9b593
    Reviewed-on: https://code.wireshark.org/review/2809
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  58d93e1   GTP: add dissection of Extended End User Address
    adds  71cb629   catapult,irda: Fix ASAN crashes due to buffer underrun


Summary of changes:
 plugins/irda/packet-irda.c |    6 +++---
 wiretap/catapult_dct2000.c |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)