Page MenuHomeFreeBSD

freebsd32: Report errors when copying out oldlenp in __sysctl
ClosedPublic

Authored by markj on Dec 19 2023, 3:14 AM.
Tags
None
Referenced Files
F169728821: D43101.id131552.diff
Wed, Sep 2, 9:48 AM
F169650003: D43101.id.diff
Wed, Sep 2, 4:26 AM
Unknown Object (File)
Tue, Sep 1, 12:05 PM
Unknown Object (File)
Tue, Sep 1, 3:17 AM
Unknown Object (File)
Mon, Aug 31, 9:07 AM
Unknown Object (File)
Mon, Aug 31, 5:27 AM
Unknown Object (File)
Mon, Aug 31, 4:33 AM
Unknown Object (File)
Mon, Aug 31, 2:52 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Dec 19 2023, 3:14 AM
sys/compat/freebsd32/freebsd32_misc.c
2679

Shouldn't this be converted from -1 to EFAULT?

markj marked an inline comment as done.

Fix error handling

sys/compat/freebsd32/freebsd32_misc.c
2679

Indeed, thank you. sysctlbyname had the same bug. In fact, I found several examples with a quick search.

This revision is now accepted and ready to land.Dec 19 2023, 4:22 PM