URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cdd3e9ce2ad472281074542eea30b0fa63ccc8be
Submitter: "Gerald Combs <ger...@wireshark.org>"
Changed: branch: master
Repository: wireshark

Commits:

cdd3e9c by Gerald Combs (ger...@wireshark.org):

    Dumpcap: Make sure we set our pipe error status.
    
    Make sure cap_pipe_read_data_bytes sets pcap_src->cap_pipe_err if it
    encounters an error or EOF. This fixes a regression introduced in
    ga51b3d1d16. Have it return -1 or the number of bytes read similar to
    read(2). Explicitly treat its return value as a signed integer.
    
    Change-Id: I3de92859eee45e8d4a24a8c8309a816ef1b7924a
    Reviewed-on: https://code.wireshark.org/review/30639
    Petri-Dish: Gerald Combs <ger...@wireshark.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <ger...@wireshark.org>
    

Actions performed:

    from  7059a51   WSDG: update test section with pytest fixtures
     add  cdd3e9c   Dumpcap: Make sure we set our pipe error status.


Summary of changes:
 dumpcap.c | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to