Wireshark-commits: [Wireshark-commits] master-1.12 5470a4d: Protect dissector_get_(default_)string_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 Jul 2015 19:31:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5470a4dd6230bb9fc4ab7a2c609c97dcf61f2017
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

5470a4d by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Protect dissector_get_(default_)string_handle() against NULL input string
    
    Bug: 11381
    Change-Id: Ib102a23b3d840144757ce692312ff13009c5c95e
    Reviewed-on: https://code.wireshark.org/review/9717
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit eb1ccbdccde89701f255f921d88992878057477d)
    Reviewed-on: https://code.wireshark.org/review/9721
    

Actions performed:

    from  eade3f2   Fix escaping of strings in UATs.
    adds  5470a4d   Protect dissector_get_(default_)string_handle() against NULL input string


Summary of changes:
 epan/packet.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)