Page MenuHomeFreeBSD

Use 'retval' label for first error in syscallenter().
ClosedPublic

Authored by jhb on Jul 9 2019, 11:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 25, 3:23 PM
Unknown Object (File)
Sun, May 14, 6:34 PM
Unknown Object (File)
Jan 29 2023, 9:50 AM
Unknown Object (File)
Jan 10 2023, 10:47 PM
Unknown Object (File)
Dec 26 2022, 4:51 AM
Unknown Object (File)
Dec 15 2022, 8:19 PM
Unknown Object (File)
Dec 9 2022, 6:07 AM
Subscribers

Details

Summary

This is more consistent with the rest of the function and lets us
unindent most of the function.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib added inline comments.
sys/kern/subr_syscall.c
92 ↗(On Diff #59583)

I would use the opportunity and style the flags checks, (p_flag & P_TRACED) != 0 etc.

This revision is now accepted and ready to land.Jul 9 2019, 11:15 PM
jhb marked an inline comment as done.Jul 9 2019, 11:50 PM
This revision was automatically updated to reflect the committed changes.