Wireshark-commits: [Wireshark-commits] master-2.6 9972e8c: extcap: Close stdout_fd and stderr_fd wh

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Oct 2018 17:47:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9972e8c1052e96cdcd9a8ebb6b89bd868c4255c3
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

9972e8c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    extcap: Close stdout_fd and stderr_fd when done
    
    The documentation for g_spawn_async_with_pipes() states that stdout_fd
    and stderr_fd must be closed when they are no longer in use.
    
    Ping-Bug: 15205
    Change-Id: I943eaa68058b0828686469672ea3611e67390b2f
    Reviewed-on: https://code.wireshark.org/review/30221
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit c826e2a77e21a6f010073956bc0103997584b881)
    Reviewed-on: https://code.wireshark.org/review/30233
    

Actions performed:

    from  021152c   ESP: improve IPv6 address matching
     add  9972e8c   extcap: Close stdout_fd and stderr_fd when done


Summary of changes:
 extcap.c | 10 ++++++++++
 1 file changed, 10 insertions(+)