summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/semantic/1212
blob: e3e92b3d1a3ef80d110eb121aaac8c90e5df758d (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
semantic: 0.916
device: 0.885
PID: 0.881
graphic: 0.865
debug: 0.838
network: 0.785
vnc: 0.763
socket: 0.711
files: 0.687
performance: 0.667
boot: 0.532
permissions: 0.432
other: 0.075
KVM: 0.018

A NULL pointer dereference issue in elf2dmp
Description of problem:
SIGSEGV in get_pml4e for it didn't handle NULL result properly.
Steps to reproduce:
1.launch qemu and running "gab attach -p $QEMU_PID", run "gcore" inside gdb to generate coredump
2../elf2dmp ./core.111 ./out.dmp 
3.get segemantation fault
Additional information:
![1](/uploads/39da5ed2da15b105664ee7ee05f69078/1.png)