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
F135467790: D1989.id4036.diff
Mon, Nov 10, 2:57 AM
Unknown Object (File)
Thu, Oct 30, 3:35 AM
Unknown Object (File)
Tue, Oct 28, 1:10 PM
Unknown Object (File)
Sun, Oct 26, 12:13 PM
Unknown Object (File)
Sun, Oct 26, 6:18 AM
Unknown Object (File)
Sun, Oct 19, 12:03 AM
Unknown Object (File)
Mon, Oct 13, 3:19 AM
Unknown Object (File)
Sep 21 2025, 11:43 AM
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).