URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92c0fa7dc1d3f94a658951a21b8a0bf55c0fb5bd
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.2.11
Repository: wireshark
Commits:
92c0fa7 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.
Conflicts:
wiretap/catapult_dct2000.c
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)
Reviewed-on: https://code.wireshark.org/review/2810
Reviewed-on: https://code.wireshark.org/review/3501
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from 4157dc2 Copy over r52570 with manual intervention:
adds 92c0fa7 catapult,irda: Fix ASAN crashes due to buffer underrun
Summary of changes:
plugins/irda/packet-irda.c | 4 ++--
wiretap/catapult_dct2000.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)