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)
Wed, Apr 1, 2:03 PM
Unknown Object (File)
Wed, Apr 1, 6:21 AM
Unknown Object (File)
Tue, Mar 24, 6:45 PM
Unknown Object (File)
Thu, Mar 19, 1:35 PM
Unknown Object (File)
Sat, Mar 14, 11:35 PM
Unknown Object (File)
Sat, Mar 14, 2:42 AM
Unknown Object (File)
Mon, Mar 9, 11:14 PM
Unknown Object (File)
Mon, Mar 9, 6:40 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.