Page MenuHomeFreeBSD

Fix kvm bitmap index
AbandonedPublic

Authored by luporl on Sep 6 2019, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 4:43 AM
Unknown Object (File)
Wed, May 15, 2:56 AM
Unknown Object (File)
Tue, May 7, 2:23 AM
Unknown Object (File)
Thu, Apr 25, 5:10 AM
Unknown Object (File)
Wed, Apr 24, 7:17 AM
Unknown Object (File)
Apr 11 2024, 10:14 AM
Unknown Object (File)
Apr 8 2024, 4:14 PM
Unknown Object (File)
Feb 2 2024, 3:51 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