Commit 520ef18
vmh: fix allocation size value calculation
Allocation sizes were calculated with faulty logic. Bits to check
size calculation is not needed since array position was calculated
and loop should go from this position to array end.
Signed-off-by: Jakub Dabek <jakub.dabek@intel.com>1 parent 4189f09 commit 520ef18
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | 555 | | |
563 | 556 | | |
564 | 557 | | |
565 | 558 | | |
566 | 559 | | |
567 | 560 | | |
568 | | - | |
| 561 | + | |
| 562 | + | |
569 | 563 | | |
570 | 564 | | |
571 | 565 | | |
| |||
0 commit comments