diff options
author | cperciva <cperciva@FreeBSD.org> | 2007-05-22 04:21:00 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2007-05-22 04:21:00 +0000 |
commit | e4c186657b8eb555fef2678dd703b9b70546e75b (patch) | |
tree | 172e34c792ec8bec7e4e1c08f87f6792125e1e04 /lib/libc | |
parent | f4c02717048c439a7648aa6f398c10a957e68a71 (diff) | |
download | FreeBSD-src-e4c186657b8eb555fef2678dd703b9b70546e75b.zip FreeBSD-src-e4c186657b8eb555fef2678dd703b9b70546e75b.tar.gz |
In the error handling path, don't call close(fd) if the error we're
handling is that fd = open(foo) is -1. This bug is harmless since
close(-1) just returns an error (which the code ignores).
Found by: Coverity Prevent(tm)
CID: 1503 (in userland test run)
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions