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)
Wed, Apr 15, 3:17 AM
Unknown Object (File)
Wed, Apr 15, 12:08 AM
Unknown Object (File)
Tue, Apr 14, 8:50 AM
Unknown Object (File)
Tue, Apr 14, 12:43 AM
Unknown Object (File)
Sun, Apr 12, 2:23 AM
Unknown Object (File)
Tue, Apr 7, 2:11 AM
Unknown Object (File)
Mon, Mar 30, 4:37 PM
Unknown Object (File)
Mon, Mar 30, 10:43 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.