Wireshark-commits: [Wireshark-commits] master 2db3db5: umts_rlc, umts_mac: fix memory leaks (found

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 15 May 2018 14:22:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2db3db56bfd1ba38c5f42015622dbc8530ed05e9
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2db3db5 by Ivan Nardi (nardi.ivan@xxxxxxxxx):

    umts_rlc, umts_mac: fix memory leaks (found via ASAN)
    
    Such leaks are triggered by malformed packets
    
    Change-Id: Ie392834b235cf9c5a249ede7fffb5a0dbdb360e5
    Reviewed-on: https://code.wireshark.org/review/27556
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  3ba56ce   wiretap: Add a reader for files in the PEM-like format specified by RFC 7468
    adds  2db3db5   umts_rlc, umts_mac: fix memory leaks (found via ASAN)


Summary of changes:
 epan/dissectors/packet-umts_mac.c | 4 ++--
 epan/dissectors/packet-umts_rlc.c | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)