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)
Thu, Nov 14, 1:17 PM
Unknown Object (File)
Sep 27 2024, 1:35 PM
Unknown Object (File)
Sep 27 2024, 6:19 AM
Unknown Object (File)
Sep 26 2024, 6:59 PM
Unknown Object (File)
Sep 12 2024, 7:25 AM
Unknown Object (File)
Sep 12 2024, 4:50 AM
Unknown Object (File)
Sep 8 2024, 8:13 PM
Unknown Object (File)
Sep 2 2024, 3:14 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).