URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80587eb0636e0e8642be504bc9cd207f37122a0b
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
80587eb by Peter Wu (peter@xxxxxxxxxxxxx):
logcat-text: set G_REGEX_RAW to fix potential crashes
No UTF-8 patterns are in use. To avoid potential crashes on invalid
input, treat all lines as binary data in the dissector to match wiretap.
Change-Id: I10735c2246536fb4b2fdb9236cdbf7917d2e816c
Ping-Bug: 14905
Reviewed-on: https://code.wireshark.org/review/31938
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 384a41d tls: set G_REGEX_RAW for keylog file pattern to fix potential crash
add 80587eb logcat-text: set G_REGEX_RAW to fix potential crashes
Summary of changes:
epan/dissectors/packet-logcat-text.c | 16 ++++++++--------
wiretap/logcat_text.c | 18 +++++++++---------
2 files changed, 17 insertions(+), 17 deletions(-)