URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=be5ce949f09cb521889a512c4db655a37f9a6518
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
be5ce94 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    ws_pipe: Zero an array.
    
    Make sure we zero-initialize pipeinsts, otherwise ConnectNamedPipe will
    have indeterminate behavior according to the MSDN documentation for the
    OVERLAPPED structure.
    
    Change-Id: I38d9680cf01b0a8f9e566a85a7a330f6c0aa9a48
    Ping-Bug: 14532
    Reviewed-on: https://code.wireshark.org/review/26784
    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 ffe2f138ab62c48467645a953fb0617bf2f1b39b)
    (cherry picked from commit 7c3d0874ea43092e2d376bc36b1c1217ed0bfdc6)
    Reviewed-on: https://code.wireshark.org/review/26815
    
Actions performed:
    from  d34826c   No need to display *signed* power values in hex.
    adds  be5ce94   ws_pipe: Zero an array.
Summary of changes:
 extcap_spawn.c | 2 ++
 1 file changed, 2 insertions(+)