diff options
Diffstat (limited to 'results/classifier/118/review/2430')
| -rw-r--r-- | results/classifier/118/review/2430 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/results/classifier/118/review/2430 b/results/classifier/118/review/2430 new file mode 100644 index 000000000..ad0a10a66 --- /dev/null +++ b/results/classifier/118/review/2430 @@ -0,0 +1,67 @@ +mistranslation: 0.843 +performance: 0.813 +graphic: 0.744 +device: 0.711 +kernel: 0.535 +network: 0.530 +vnc: 0.507 +TCG: 0.500 +files: 0.439 +PID: 0.429 +socket: 0.411 +VMM: 0.392 +debug: 0.365 +semantic: 0.364 +architecture: 0.363 +risc-v: 0.349 +boot: 0.339 +arm: 0.302 +ppc: 0.299 +permissions: 0.294 +register: 0.248 +KVM: 0.206 +peripherals: 0.203 +hypervisor: 0.192 +user-level: 0.184 +x86: 0.183 +i386: 0.177 +virtual: 0.086 +assembly: 0.086 +-------------------- +files: 0.118 +user-level: 0.097 +virtual: 0.072 +TCG: 0.049 +x86: 0.040 +debug: 0.039 +KVM: 0.021 +VMM: 0.006 +hypervisor: 0.005 +semantic: 0.004 +kernel: 0.003 +device: 0.003 +register: 0.002 +assembly: 0.002 +i386: 0.002 +PID: 0.001 +architecture: 0.001 +risc-v: 0.001 +performance: 0.001 +ppc: 0.001 +network: 0.001 +boot: 0.001 +graphic: 0.000 +arm: 0.000 +vnc: 0.000 +mistranslation: 0.000 +permissions: 0.000 +peripherals: 0.000 +socket: 0.000 + +allocate / free need use glibs's function. +Description of problem: +https://gitlab.com/qemu-project/qemu/-/blob/master/hw/core/machine.c?ref_type=heads#L982 + +use g_free to free config,because it is allocated by g_malloc0 + +on windows,if use crt's free && glib's(DLL) g_malloc0 ,will crash. |