Wireshark-commits: [Wireshark-commits] master-2.6 b122da0: Make call_dissector assertions non-fatal
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 06 Apr 2019 15:24:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b122da09f0ba405a9566e79e45c15fdff989a52e
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

b122da0 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Make call_dissector assertions non-fatal.
    
    Replace g_assert in our call_dissector* routines with DISSECTOR_ASSERT.
    
    Change-Id: I76104ba09e272ff34e3eaa958c7f711e27e4a3b5
    Reviewed-on: https://code.wireshark.org/review/32741
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 98bcda594ecbe3de891bf78cfb262986d1e2b8d6)
    Reviewed-on: https://code.wireshark.org/review/32756
    

Actions performed:

    from  8d1b8b7   Release note updates.
     add  b122da0   Make call_dissector assertions non-fatal.


Summary of changes:
 epan/packet.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)