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)
Sat, Dec 21, 7:04 PM
Unknown Object (File)
Mon, Dec 9, 6:55 AM
Unknown Object (File)
Oct 16 2024, 5:23 AM
Unknown Object (File)
Oct 2 2024, 12:43 PM
Unknown Object (File)
Oct 1 2024, 1:52 PM
Unknown Object (File)
Oct 1 2024, 8:38 AM
Unknown Object (File)
Sep 28 2024, 1:34 AM
Unknown Object (File)
Sep 28 2024, 1:34 AM
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 Not Applicable
Unit
Tests Not Applicable

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.