Wireshark-commits: [Wireshark-commits] master 9979de3: Don't fall out of the loop on a write error.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 Jan 2019 23:56:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9979de35e6d607a6ea713ae97a57fc6c00666803
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9979de3 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't fall out of the loop on a write error.
    
    Doing so means we'd close the FD, but we've already closed it.
    
    Addresses Coverity CID 1442274.
    
    Change-Id: I5aab1bd4b82e9ac0901bcdbc1ddb6b16eec30573
    Reviewed-on: https://code.wireshark.org/review/31312
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  62e8156   6lowpan: don't try to use (new) TVB that wasn't created.
     add  9979de3   Don't fall out of the loop on a write error.


Summary of changes:
 ui/export_object_ui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)