diff options
Diffstat (limited to 'results/classifier/118/review/1212')
| -rw-r--r-- | results/classifier/118/review/1212 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/results/classifier/118/review/1212 b/results/classifier/118/review/1212 new file mode 100644 index 000000000..72b615704 --- /dev/null +++ b/results/classifier/118/review/1212 @@ -0,0 +1,69 @@ +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 +ppc: 0.618 +boot: 0.532 +architecture: 0.465 +peripherals: 0.442 +TCG: 0.434 +permissions: 0.432 +i386: 0.347 +register: 0.343 +VMM: 0.319 +arm: 0.310 +x86: 0.286 +risc-v: 0.244 +kernel: 0.203 +assembly: 0.180 +hypervisor: 0.167 +user-level: 0.108 +virtual: 0.102 +mistranslation: 0.078 +KVM: 0.018 +-------------------- +debug: 0.988 +x86: 0.502 +TCG: 0.112 +files: 0.088 +virtual: 0.067 +kernel: 0.041 +i386: 0.025 +assembly: 0.021 +user-level: 0.016 +PID: 0.015 +register: 0.011 +hypervisor: 0.010 +ppc: 0.009 +semantic: 0.009 +graphic: 0.009 +risc-v: 0.007 +VMM: 0.006 +arm: 0.006 +performance: 0.005 +network: 0.003 +KVM: 0.002 +device: 0.002 +architecture: 0.001 +peripherals: 0.001 +boot: 0.001 +socket: 0.001 +vnc: 0.001 +permissions: 0.000 +mistranslation: 0.000 + +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: + |