diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-02-23 00:42:40 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-02-23 00:42:40 -0500 |
commit | 0afef1aa24b784c86ae6121ca39e999824086c7c (patch) | |
tree | 306d47b63e5c57b451d3e73e5738ff8dc2c2eb42 /src/math/fmaf.c | |
parent | fc5a96c9c8aa186effad7520d5df6b616bbfd29d (diff) | |
download | musl-0afef1aa24b784c86ae6121ca39e999824086c7c.tar.gz |
fix spurious errors in refactored passwd/group code
errno was treated as the error status when the return value of getline
was negative, but this condition can simply indicate EOF and is not
necessarily an error.
the spurious errors caused by this bug masked the bug which was fixed
in commit fc5a96c9c8aa186effad7520d5df6b616bbfd29d.
Diffstat (limited to 'src/math/fmaf.c')
0 files changed, 0 insertions, 0 deletions