Page MenuHomeFreeBSD

Fix off-by-one in array index bounds check
ClosedPublic

Authored by allanjude on May 16 2015, 6:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 12 2024, 11:21 PM
Unknown Object (File)
Mar 12 2024, 11:21 PM
Unknown Object (File)
Mar 12 2024, 11:06 PM
Unknown Object (File)
Mar 9 2024, 7:38 AM
Unknown Object (File)
Dec 20 2023, 12:19 AM
Unknown Object (File)
Nov 18 2023, 5:51 PM
Unknown Object (File)
Nov 18 2023, 5:47 PM
Unknown Object (File)
Nov 18 2023, 5:44 PM
Subscribers

Details

Summary

bhyveload would allow you to create 33 entries on an array that only has 32 slots

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

allanjude retitled this revision from to Fix off-by-one in array index bounds check.
allanjude updated this object.
allanjude edited the test plan for this revision. (Show Details)
allanjude added reviewers: grehan, neel, jhb, araujo.
neel edited edge metadata.

Looks good.

This revision is now accepted and ready to land.May 16 2015, 7:04 PM
araujo edited edge metadata.

Seems reasonable. Go ahead.

This revision was automatically updated to reflect the committed changes.