Wireshark-commits: [Wireshark-commits] master d9fb7f9: Handle ENAMETOOLONG.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jun 2016 23:53:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d9fb7f9a5e2c08a5323ee7ed88956a0ccf62c634
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d9fb7f9 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Handle ENAMETOOLONG.
    
    g_strerror doesn't appear to handle ENAMETOOLONG. Check for it ourselves.
    
    Change-Id: Icd113a81e8d95bb3c84c91bb420a1a6a19bf5d40
    Reviewed-on: https://code.wireshark.org/review/16041
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  be303c2   No GeoIP, no need for geoip_none_.
    adds  d9fb7f9   Handle ENAMETOOLONG.


Summary of changes:
 wsutil/filesystem.c |    8 ++++++++
 1 file changed, 8 insertions(+)