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, Mar 9, 11:14 PM
Unknown Object (File)
Mon, Mar 9, 6:40 AM
Unknown Object (File)
Sun, Mar 8, 9:58 AM
Unknown Object (File)
Mon, Mar 2, 1:23 PM
Unknown Object (File)
Sun, Mar 1, 3:30 PM
Unknown Object (File)
Fri, Feb 27, 4:08 AM
Unknown Object (File)
Sat, Feb 21, 1:03 PM
Unknown Object (File)
Fri, Feb 20, 9:07 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.