Wireshark-commits: [Wireshark-commits] master-1.12 39e8dcc: Create C handles for pipes before runni

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Nov 2015 08:17:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39e8dcc94acfaab34f5b1a8b8aa9a6d4fce1c481
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

39e8dcc by Guy Harris (guy@xxxxxxxxxxxx):

    Create C handles for pipes before running dumpcap.
    
    If the C handles can't be created, there's no point in running dumpcap.
    
    Catch some more possible _open_osfhandle() failures while we're at it.
    
    Change-Id: I5b805552630034a1eaea2a6d2bfe6039cd6d7727
    Reviewed-on: https://code.wireshark.org/review/11904
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  90bc4af   Catch failure of _open_osfhandle().
    adds  39e8dcc   Create C handles for pipes before running dumpcap.


Summary of changes:
 capture_sync.c |  129 +++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 90 insertions(+), 39 deletions(-)