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)
Mon, Jun 9, 7:13 PM
Unknown Object (File)
Fri, Jun 6, 1:35 AM
Unknown Object (File)
Thu, Jun 5, 8:26 PM
Unknown Object (File)
Tue, Jun 3, 11:12 PM
Unknown Object (File)
May 13 2025, 2:31 PM
Unknown Object (File)
May 8 2025, 4:20 AM
Unknown Object (File)
May 3 2025, 10:58 AM
Unknown Object (File)
May 1 2025, 9:08 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.