fcc9604d | 04-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
revoke_perm: don't leak fd at the end of the test; close it
This code is unused on FreeBSD, but it mutes a valid Coverity warning which would be true on NetBSD
MFC after: 3 days Reported by: Coveri
revoke_perm: don't leak fd at the end of the test; close it
This code is unused on FreeBSD, but it mutes a valid Coverity warning which would be true on NetBSD
MFC after: 3 days Reported by: Coverity CID: 978311
show more ...
|
7251167f | 04-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Clarify lifetime of child(..) function
Ensure child exits when complete as it's always run in a forked process.
Add a missing break statement in :pselect_sigmask when calling child(..) for clarity
Clarify lifetime of child(..) function
Ensure child exits when complete as it's always run in a forked process.
Add a missing break statement in :pselect_sigmask when calling child(..) for clarity and to avoid weird domino effects if the child process somehow does something it's not supposed to do with the logfiles, file descriptors, etc
MFC after: 1 week Reported by: Coverity CID: 1223369, 1223370, 1300301
show more ...
|
57f5b7d8 | 04-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
mmap_prot_3, mmap_truncate, mmap_truncate_signal: don't leak fd and map
Reported by: Coverity CID: 978306, 1251406, 1288196, 1300541 |