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] lts-1.12.1 2b183bd: Fix proto_tree_add_bytes_item() when we

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 22 Sep 2015 20:34:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b183bdd51f353eba4379e2aa2b190680362b274
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

2b183bd 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>
    (cherry picked from commit 6126a6455058696dd0ac2073032bdfe066a6ae38)
    Reviewed-on: https://code.wireshark.org/review/9115
    (cherry picked from commit 2728dfcf6f388f2a1283d9f22bce5bc66a24d22f)
    Reviewed-on: https://code.wireshark.org/review/10582
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  1774ad6   wmem: don't remove tiny blocks from the recycler
    adds  2b183bd   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(+)