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 9, 6:16 AM
Unknown Object (File)
Tue, Oct 22, 9:53 PM
Unknown Object (File)
Tue, Oct 22, 9:53 PM
Unknown Object (File)
Tue, Oct 22, 9:52 PM
Unknown Object (File)
Tue, Oct 22, 9:29 PM
Unknown Object (File)
Sep 11 2024, 4:32 AM
Unknown Object (File)
Sep 5 2024, 4:00 PM
Unknown Object (File)
Aug 25 2024, 11:43 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.