Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 821ebb8: Don't hand zero-length UUIDs to print_numeri

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Sep 2015 19:06:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=821ebb81f1b7e9c5edb8b504e1c6272311137831
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

821ebb8 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't hand zero-length UUIDs to print_numeric_uuid().
    
    It returns a null pointer if you do.
    
    Change-Id: I3bc934a576dba261d1e71767978e3789a892e728
    Reviewed-on: https://code.wireshark.org/review/10590
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8626bb4   Make CSN.1 dissectors more filterable.
    adds  821ebb8   Don't hand zero-length UUIDs to print_numeric_uuid().


Summary of changes:
 epan/dissectors/packet-btrfcomm.c |    3 ++-
 epan/dissectors/packet-btsdp.c    |    2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)