Page MenuHomeFreeBSD

ses: Add error checking for copyout() calls
ClosedPublic

Authored by markj on Dec 20 2023, 1:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 19, 4:39 AM
Unknown Object (File)
Thu, Oct 16, 11:00 PM
Unknown Object (File)
Sun, Oct 12, 11:03 PM
Unknown Object (File)
Sat, Oct 4, 11:36 AM
Unknown Object (File)
Aug 26 2025, 12:06 AM
Unknown Object (File)
Jul 25 2025, 9:45 AM
Unknown Object (File)
Jul 6 2025, 7:03 AM
Unknown Object (File)
Jun 24 2025, 9:25 AM
Subscribers
None

Details

Summary

This is in preparation for annotating copyin() and related functions
with __result_use_check.

Diff Detail

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

Event Timeline

markj requested review of this revision.Dec 20 2023, 1:01 AM

LGTM. Do you need help testing it? I can test it for you, if you lack appropriate hardware.

This revision is now accepted and ready to land.Dec 20 2023, 1:22 AM

LGTM. Do you need help testing it? I can test it for you, if you lack appropriate hardware.

Yes please!

LGTM. Do you need help testing it? I can test it for you, if you lack appropriate hardware.

Yes please!

Ok. I'll see if I can do it tomorrow.

Looks good to me too

@markj All tests pass on my admittedly somewhat trailing edge hardware.

@markj All tests pass on my admittedly somewhat trailing edge hardware.

I appreciate it, thank you.

This revision was automatically updated to reflect the committed changes.