Wireshark-commits: [Wireshark-commits] master 93b9388: dumpcap: Fix pipe read deadlock on Windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Apr 2019 07:32:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93b9388676a3dbfb3d079a9f4335c090b7b45b98
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

93b9388 by Tomasz Moń (desowin@xxxxxxxxx):

    dumpcap: Fix pipe read deadlock on Windows
    
    The deadlock would occur if pipe was closed before the requested number
    of bytes was read.
    
    Bug: 15695
    Change-Id: I1236dd397d3c268dd52233ea78fb58165d0c9398
    Reviewed-on: https://code.wireshark.org/review/32907
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a051d5d   wsutil: Refactor WIN32 ws_pipe_wait_for_pipe()
     add  93b9388   dumpcap: Fix pipe read deadlock on Windows


Summary of changes:
 dumpcap.c | 6 ++++++
 1 file changed, 6 insertions(+)