blob: e5e5bf20e1b3a922efe87fbc32a40a3015436c6d (
plain) (
blame)
1
2
3
|
The bug report indicates that QEMU crashes when calling `mincore()` with an invalid pointer. The error message shows an assertion failure related to address space validation during page checks, specifically within the `page_check_range` function in `translate-all.c`. This issue arises during a system call (`mincore`) and involves memory management. Therefore, it falls under the **syscall** category.
syscall
|