Wireshark-commits: [Wireshark-commits] master 80d652f: More spawned process handling updates.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 02 Mar 2018 18:08:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80d652f06e205be070ba151158042c12adbb2d7e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

80d652f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    More spawned process handling updates.
    
    Document ws_pipe.h. Define invalid PIDs in one place.
    
    Extcap didn't use stdin before 1a0987904f. Make sure we close it.
    
    Change-Id: I7a69cd9b5137ae82435e64628a22e4d812d58f89
    Reviewed-on: https://code.wireshark.org/review/26226
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  184ef02   Fuzz-test: Handle ABRT.
    adds  80d652f   More spawned process handling updates.


Summary of changes:
 capture_opts.c   |  8 ++++----
 capture_opts.h   |  2 +-
 extcap.c         | 13 +++++++------
 wsutil/ws_pipe.c | 18 +++++++++++++++---
 wsutil/ws_pipe.h | 50 +++++++++++++++++++++++++++++++++++++++++++-------
 5 files changed, 70 insertions(+), 21 deletions(-)