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)
Sun, May 19, 9:35 PM
Unknown Object (File)
Sun, May 19, 9:31 PM
Unknown Object (File)
May 4 2024, 10:54 AM
Unknown Object (File)
Apr 22 2024, 11:11 PM
Unknown Object (File)
Apr 22 2024, 5:21 AM
Unknown Object (File)
Apr 9 2024, 10:24 PM
Unknown Object (File)
Apr 9 2024, 10:24 PM
Unknown Object (File)
Apr 9 2024, 8:30 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.