Page MenuHomeFreeBSD

Always check the return value of lseek
ClosedPublic

Authored by asomers on Nov 6 2015, 5:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 4:37 PM
Unknown Object (File)
Thu, Dec 5, 6:19 PM
Unknown Object (File)
Nov 29 2024, 7:06 AM
Unknown Object (File)
Nov 24 2024, 1:17 AM
Unknown Object (File)
Nov 1 2024, 6:27 PM
Unknown Object (File)
Nov 1 2024, 6:27 PM
Unknown Object (File)
Nov 1 2024, 6:27 PM
Unknown Object (File)
Nov 1 2024, 6:11 PM
Subscribers

Details

Summary

Always check the return value of lseek. This is a follow-up to r289845, which
only fixed one occurence of CID 1009429.

Test Plan

Manually exercise savecore with each of the command line options.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1054
Build 1057: arc lint + arc unit

Event Timeline

asomers retitled this revision from to Always check the return value of lseek.
asomers updated this object.
asomers edited the test plan for this revision. (Show Details)
asomers added a reviewer: markj.
markj edited edge metadata.
This revision is now accepted and ready to land.Nov 6 2015, 7:01 PM
This revision was automatically updated to reflect the committed changes.