Wireshark-commits: [Wireshark-commits] master 384a41d: tls: set G_REGEX_RAW for keylog file pattern

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Feb 2019 16:11:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=384a41de8db4396fb223b82a41b89fa57cbe5a01
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

384a41d by Peter Wu (peter@xxxxxxxxxxxxx):

    tls: set G_REGEX_RAW for keylog file pattern to fix potential crash
    
    No UTF-8 patterns are in use. To avoid potential crashes on invalid
    input, let's treat the key log file contents as binary.
    
    Change-Id: Iab257df2d0863b32961df2199dc755417d28a946
    Ping-Bug: 14905
    Reviewed-on: https://code.wireshark.org/review/31937
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  07910e8   RPM: respect options for disabling Qt, SpanDSP and BCG729
     add  384a41d   tls: set G_REGEX_RAW for keylog file pattern to fix potential crash


Summary of changes:
 epan/dissectors/packet-tls-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)