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, Apr 20, 7:15 PM
Unknown Object (File)
Sat, Apr 12, 1:01 AM
Unknown Object (File)
Wed, Apr 2, 4:58 PM
Unknown Object (File)
Feb 25 2025, 6:14 PM
Unknown Object (File)
Feb 23 2025, 3:32 PM
Unknown Object (File)
Feb 10 2025, 4:02 AM
Unknown Object (File)
Feb 9 2025, 8:58 AM
Unknown Object (File)
Jan 7 2025, 9:02 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.