summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/mistranslation/638
blob: 2f09839d27e3982c4c9899ea46cb49e7a707c591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
mistranslation: 0.840
graphic: 0.800
device: 0.796
network: 0.784
vnc: 0.760
instruction: 0.732
socket: 0.696
semantic: 0.455
boot: 0.418
other: 0.198
KVM: 0.193
assembly: 0.152

exynos4210_uart.c: SIGSEGV when loadvm
Description of problem:
Line 619 of hw/char/exynos4210_uart.c cast the object incorrectly.

The function will be called with Exynos4210UartFIFO as opaque because it is set as `vmstate_exynos4210_uart_fifo.post_load`

#
Steps to reproduce:
1. Create a VM with exynos4210_uart
2. savevm 
3. loadvm
Additional information: