URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ffe2f138ab62c48467645a953fb0617bf2f1b39b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ffe2f13 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>
Actions performed:
from 510a1b1 No need to display *signed* power values in hex.
adds ffe2f13 ws_pipe: Zero an array.
Summary of changes:
wsutil/ws_pipe.c | 2 ++
1 file changed, 2 insertions(+)