Wireshark-commits: [Wireshark-commits] lts-1.8.2 a2f977d: catapult, irda: Fix ASAN crashes due to b
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2f977dd56442e2741425481309f4ee1994b8ac3
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.8.2
Repository: wireshark
Commits:
a2f977d 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/3437
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from 84faf42 Add a check for an oversized record.
adds a2f977d 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(-)