Wireshark-commits: [Wireshark-commits] master 95c8b01: [echld common] Call to fcntl() missing a tes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Aug 2015 18:42:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95c8b0175322260959d218c991186fc4a1cd7634
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

95c8b01 by Bill Parker (wp02855@xxxxxxxxx):

    [echld common] Call to fcntl() missing a test for a return value < 0,
    indicating failure.
    
    Bug: 11056
    
    Change-Id: I87aef31d874224f38226df1725cc29d13ad16b54
    Reviewed-on: https://code.wireshark.org/review/10182
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d32c3da   Lua: check sscanf return value
    adds  95c8b01   [echld common] Call to fcntl() missing a test for a return value < 0, indicating failure.


Summary of changes:
 echld/common.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)