| 160af931 | 18-Sep-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Better error checking
if getcwd fails: just ignore it and do not try to adding to the list of possible path where to find the files.
if fdopen fails, warn and return NULL the rest of the code knows
Better error checking
if getcwd fails: just ignore it and do not try to adding to the list of possible path where to find the files.
if fdopen fails, warn and return NULL the rest of the code knows how to deal with it
Reported by: oshogbo
show more ...
|