Wireshark-commits: [Wireshark-commits] master-2.6 d8a0209: print: remove assert in get_field_data()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Nov 2019 09:47:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8a02096fd89c9f31ffce10944f37a9a456be621
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

d8a0209 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>
    (cherry picked from commit 986fec7f3ba9db9b60fe209fb5d41ba5d291cde5)
    Reviewed-on: https://code.wireshark.org/review/35175
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  3ce9766   [Automatic update for 2019-11-17]
     add  d8a0209   print: remove assert in get_field_data().


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