Wireshark-commits: [Wireshark-commits] master 19d787d: json_dumper: make json_dumper_bad fatal.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 Jan 2019 14:04:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=19d787d0514696eff4b723d23c7615155c23b245
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

19d787d by Dario Lombardo (lomato@xxxxxxxxx):

    json_dumper: make json_dumper_bad fatal.
    
    A call to this function means a programming error. g_error makes it
    fatal and terminates the program, making the debug easier.
    
    Change-Id: I5c9e82507482733b4d450ed6c3a9fc17fb0fcdca
    Reviewed-on: https://code.wireshark.org/review/31310
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  7c788fd   GeoNetworking cleanup and minor corrections
     add  19d787d   json_dumper: make json_dumper_bad fatal.


Summary of changes:
 wsutil/json_dumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)