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, Apr 22, 11:11 PM
Unknown Object (File)
Mon, Apr 22, 5:21 AM
Unknown Object (File)
Tue, Apr 9, 10:24 PM
Unknown Object (File)
Tue, Apr 9, 10:24 PM
Unknown Object (File)
Tue, Apr 9, 8:30 PM
Unknown Object (File)
Dec 23 2023, 12:31 AM
Unknown Object (File)
Dec 11 2023, 11:16 PM
Unknown Object (File)
Nov 18 2023, 4:41 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.