Page MenuHomeFreeBSD

sh: Fix mismatch in array bounds for vforkexecshell().
ClosedPublic

Authored by jhb on Sep 27 2022, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 18, 4:41 AM
Unknown Object (File)
Oct 31 2023, 5:35 AM
Unknown Object (File)
Oct 13 2023, 8:09 PM
Unknown Object (File)
Sep 28 2023, 10:59 PM
Unknown Object (File)
Sep 1 2023, 9:45 PM
Unknown Object (File)
Jul 31 2023, 7:03 PM
Unknown Object (File)
Jul 10 2023, 6:04 AM
Unknown Object (File)
Jul 10 2023, 6:03 AM
Subscribers
None

Diff Detail

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

Event Timeline

jhb requested review of this revision.Sep 27 2022, 5:45 PM
This revision is now accepted and ready to land.Sep 27 2022, 6:05 PM

Fine with me to add this to make some compiler/linter happy, even though non-static array bounds in parameters don't really do anything.