Page MenuHomeFreeBSD

Correct the use of an unitialized variable in sendfind_getobj()
ClosedPublic

Authored by rstone on Feb 28 2015, 9:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 3:19 AM
Unknown Object (File)
Sun, Sep 21, 11:43 AM
Unknown Object (File)
Sep 15 2025, 9:28 PM
Unknown Object (File)
Sep 4 2025, 2:02 AM
Unknown Object (File)
Aug 18 2025, 10:18 PM
Unknown Object (File)
Jul 28 2025, 7:46 PM
Unknown Object (File)
Jul 25 2025, 10:42 PM
Unknown Object (File)
Jul 25 2025, 9:04 PM
Subscribers
None

Details

Summary

When sendfile_getobj() is called on a DTYPE_SHM file, it never
initializes error, which is eventually returned to the caller.

Reported by: Brainy Code Scanner, by Maxime Villard.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rstone retitled this revision from to Correct the use of an unitialized variable in sendfind_getobj().
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: kib.
rstone updated this object.
kib edited edge metadata.
This revision is now accepted and ready to land.Feb 28 2015, 9:19 PM
rstone updated this revision to Diff 4037.

Closed by commit rS279410 (authored by @rstone).