intel / kernel-fuzzer-for-xen-project

Kernel Fuzzer for Xen Project (KF/x) - Hypervisor-based fuzzing using Xen VM forking, VMI & AFL
MIT License
466 stars 79 forks source link

Fix the 4k page boundary check in dmamonitor #37

Closed qazwsxedcrfvtg14 closed 3 years ago

qazwsxedcrfvtg14 commented 3 years ago

The original condition would have strange result when alloc_size greater then 4k. This change should fix the issue.

tklengyel commented 3 years ago

Thanks!