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 16f8ba1: catapult, irda: Fix ASAN crashes due to buff

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 13:02:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16f8ba1bed579344df373bf38fff552ab8baf380
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

16f8ba1 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>
    

Actions performed:

    from  6ed9540   Fix type-o left over from cut-and-paste
    adds  16f8ba1   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(-)