Page MenuHomeFreeBSD

Fix kvm bitmap index
AbandonedPublic

Authored by luporl on Sep 6 2019, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 3, 3:52 PM
Unknown Object (File)
Wed, Sep 2, 7:52 PM
Unknown Object (File)
Wed, Sep 2, 7:10 AM
Unknown Object (File)
Tue, Sep 1, 10:02 AM
Unknown Object (File)
Sat, Aug 29, 7:45 AM
Unknown Object (File)
Sat, Aug 29, 7:37 AM
Unknown Object (File)
Thu, Aug 20, 10:22 AM
Unknown Object (File)
Wed, Aug 19, 10:33 AM
Subscribers

Details

Reviewers
will
emaste
Summary

_kvm_bitmap_next may perform an out-of-bounds access on bm->map array.
It seems the right is to divide *idx by CHAR_BIT, instead of multiplying it.

Another thing that looks strange to me is the function returning when it finds a bit that is not set. Shouldn't it be the opposite?

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26319
Build 24798: arc lint + arc unit