Page MenuHomeFreeBSD

mps: Handle errors from copyout() in ioctl handlers
ClosedPublic

Authored by markj on Dec 25 2023, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 4, 3:48 PM
Unknown Object (File)
Thu, Dec 4, 12:37 PM
Unknown Object (File)
Mon, Dec 1, 12:57 PM
Unknown Object (File)
Wed, Nov 19, 6:33 AM
Unknown Object (File)
Sat, Nov 8, 10:56 PM
Unknown Object (File)
Nov 6 2025, 9:28 PM
Unknown Object (File)
Nov 6 2025, 9:28 PM
Unknown Object (File)
Nov 6 2025, 9:28 PM
Subscribers
None

Details

Summary

In preparation for adding a __result_use_check annotation to copyin()
and related functions, start checking for errors from copyout() in
the mps(4) user command handler. This should make it easier to catch
bugs.

MFC after: 1 month

Diff Detail

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