blob: 26ea99e871b5cac731999ee3e29038b96636a255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<think>
Okay, I need to classify this bug report. The title is "lsi53c895a: DMA reentrancy issue leads to stack overflow (CVE-2023-0330)".
First, the component mentioned is lsi53c895a, which I recognize as a SCSI controller in QEMU. This suggests it's related to hardware emulation.
The problem described is a reentrancy issue causing a stack overflow. Reentrancy issues usually occur when a function can be interrupted by another call before completing, leading to problems like stack overflows or incorrect states.
Looking at the possible categories: device seems relevant because it's about a specific hardware component (SCSI controller). Other options like network or graphic don't fit here. It's not related to user-mode assembly or permissions issues either.
So, the bug is within the lsi53c895a device driver in QEMU, causing a stack overflow due to reentrancy. Therefore, the category should be "device".
</think>
The issue pertains to the SCSI controller component (lsi53c895a) and involves a reentrancy problem leading to a stack overflow, which affects hardware emulation functionality.
**Answer: device**
|