Wireshark-commits: [Wireshark-commits] master 2154e23: ssl: allocate regexes with glib
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Sep 2014 18:09:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2154e2346ed6dcbf5c7e270dbcc0f4a9a727b7a0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2154e23 by Evan Huus (eapache@xxxxxxxxx):

    ssl: allocate regexes with glib
    
    they're stored in a static variable so we only ever need compile them once and
    they can just hang around forever
    
    Change-Id: Icf43745ad80f4984443a67af21c979625363fc6f
    Ping-Bug: 10474
    Reviewed-on: https://code.wireshark.org/review/4139
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  3c55419   Set err_info if the attempts to read record headers fail.
    adds  2154e23   ssl: allocate regexes with glib


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)