Wireshark-commits: [Wireshark-commits] master 986fec7: print: remove assert in get_field_data().
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Nov 2019 08:03:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=986fec7f3ba9db9b60fe209fb5d41ba5d291cde5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

986fec7 by Dario Lombardo (lomato@xxxxxxxxx):

    print: remove assert in get_field_data().
    
    The check in the caller suggests this function can fail. The
    assert should not be necessary, then.
    
    Bug: 16218
    Change-Id: Ic2186f3c51751db61436719bbf5bce609d364d40
    Reviewed-on: https://code.wireshark.org/review/35162
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8e8d19b   WSUG: Avoid using multiple layers of replacements
     add  986fec7   print: remove assert in get_field_data().


Summary of changes:
 epan/print.c | 1 -
 1 file changed, 1 deletion(-)