Wireshark-commits: [Wireshark-commits] master c07fd44: DCE/RPC: fix array of pointers with NULL
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Jun 2016 14:42:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c07fd447c362099b04eedb445e8fa469643403f7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c07fd44 by Binh Trinh (beango@xxxxxxxxx):

    DCE/RPC: fix array of pointers with NULL
    
    Change-Id: Ie89f8fd4ec744d427d41866206d5a6784c5b224f
    Reviewed-on: https://code.wireshark.org/review/16004
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a7aaf0b   ZigBee dissector added support for the Power Negotiation bit
    adds  c07fd44   DCE/RPC: fix array of pointers with NULL


Summary of changes:
 epan/dissectors/packet-dcerpc-atsvc.c        |    3 +++
 epan/dissectors/packet-dcerpc-dfs.c          |    3 +++
 epan/dissectors/packet-dcerpc-dnsserver.c    |    4 ++++
 epan/dissectors/packet-dcerpc-dssetup.c      |    1 +
 epan/dissectors/packet-dcerpc-eventlog.c     |    2 ++
 epan/dissectors/packet-dcerpc-frsrpc.c       |    3 +++
 epan/dissectors/packet-dcerpc-frstrans.c     |    1 +
 epan/dissectors/packet-dcerpc-initshutdown.c |    1 +
 epan/dissectors/packet-dcerpc-lsa.c          |   12 ++++++++----
 epan/dissectors/packet-dcerpc-mapi.c         |    1 +
 epan/dissectors/packet-dcerpc-samr.c         |   20 +++++++++++++++-----
 epan/dissectors/packet-dcerpc-winreg.c       |    6 +++++-
 epan/dissectors/packet-dcerpc-witness.c      |    3 +++
 epan/dissectors/pidl/lsa/lsa.cnf             |   12 ++++++++----
 epan/dissectors/pidl/samr/samr.cnf           |   15 ++++++++++-----
 epan/dissectors/pidl/winreg/winreg.cnf       |    3 ++-
 tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm   |    1 +
 17 files changed, 71 insertions(+), 20 deletions(-)