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, Oct 4, 1:09 AM
Unknown Object (File)
Fri, Oct 3, 7:53 PM
Unknown Object (File)
Sep 12 2025, 12:38 PM
Unknown Object (File)
Sep 9 2025, 3:10 AM
Unknown Object (File)
Sep 4 2025, 11:35 AM
Unknown Object (File)
Sep 3 2025, 7:44 AM
Unknown Object (File)
Aug 31 2025, 1:24 AM
Unknown Object (File)
Aug 25 2025, 12:04 PM
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.