Wireshark-commits: [Wireshark-commits] master 5cd5341: Terminate string_strings with { NULL, NULL }

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Mar 2017 00:28:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5cd534145522c602e2e28abe5a9b2d58015bc9b4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5cd5341 by Guy Harris (guy@xxxxxxxxxxxx):

    Terminate string_strings with { NULL, NULL }.
    
    checkAPIs.pl looks for { 0, NULL }, so use that.
    
    Change-Id: Ia8ec0bddcb346649ac760df8b42a8589d6b67983
    Reviewed-on: https://code.wireshark.org/review/20794
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  57d1571   Prevent crash/assert on access to "uninitialized" device.if_info.name.
    adds  5cd5341   Terminate string_strings with { NULL, NULL }.


Summary of changes:
 epan/dissectors/packet-fix.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)