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
F153855738: D2569.id5430.diff
Fri, Apr 24, 7:04 AM
F153814244: D2569.id5462.diff
Thu, Apr 23, 11:31 PM
Unknown Object (File)
Thu, Apr 23, 3:03 PM
Unknown Object (File)
Mon, Apr 20, 6:02 PM
Unknown Object (File)
Mon, Apr 20, 12:36 PM
Unknown Object (File)
Sun, Apr 19, 10:51 AM
Unknown Object (File)
Sun, Apr 19, 7:54 AM
Unknown Object (File)
Sun, Apr 19, 5:57 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.