Wireshark-commits: [Wireshark-commits] master 6126a64: Fix proto_tree_add_bytes_item() when we fail
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2015 01:46:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6126a6455058696dd0ac2073032bdfe066a6ae38
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6126a64 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Fix proto_tree_add_bytes_item() when we fail to decode number from string
    
    We still need to insert an empty g_byte_array
    
    Bug: 11309
    Change-Id: Idf2ed8ea81b3f612ef8d6ae1aed158108dcc4356
    Reviewed-on: https://code.wireshark.org/review/9114
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  585f944   acse: don't THROW() an exception from a dissector
    adds  6126a64   Fix proto_tree_add_bytes_item() when we fail to decode number from string


Summary of changes:
 epan/proto.c |    2 ++
 1 file changed, 2 insertions(+)