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
Unknown Object (File)
Apr 27 2024, 3:59 PM
Unknown Object (File)
Apr 27 2024, 3:57 PM
Unknown Object (File)
Apr 27 2024, 3:57 PM
Unknown Object (File)
Apr 27 2024, 3:57 PM
Unknown Object (File)
Apr 27 2024, 2:27 PM
Unknown Object (File)
Mar 21 2024, 3:44 AM
Unknown Object (File)
Mar 17 2024, 10:53 AM
Unknown Object (File)
Mar 17 2024, 10: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