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
F132948949: D43101.diff
Tue, Oct 21, 10:45 AM
Unknown Object (File)
Tue, Oct 14, 4:08 AM
Unknown Object (File)
Sun, Oct 12, 10:06 AM
Unknown Object (File)
Tue, Sep 23, 6:23 PM
Unknown Object (File)
Sep 18 2025, 8:58 AM
Unknown Object (File)
Sep 17 2025, 12:54 AM
Unknown Object (File)
Sep 16 2025, 9:19 PM
Unknown Object (File)
Sep 14 2025, 5:59 PM
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