summary refs log tree commit diff stats
path: root/results/classifier/105/instruction/1006702
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/instruction/1006702
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloadqemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
qemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/instruction/1006702')
-rw-r--r--results/classifier/105/instruction/100670226
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/1006702 b/results/classifier/105/instruction/1006702
new file mode 100644
index 000000000..376129c54
--- /dev/null
+++ b/results/classifier/105/instruction/1006702
@@ -0,0 +1,26 @@
+instruction: 0.780
+graphic: 0.688
+semantic: 0.677
+mistranslation: 0.673
+device: 0.635
+network: 0.574
+other: 0.547
+vnc: 0.520
+socket: 0.439
+boot: 0.372
+KVM: 0.354
+assembly: 0.190
+
+something wrong in function type_initialize() in object.c in the source code of qemu-1.1.0
+
+In the function type_initialize() in file object.c, about line 237, the sentence : 
+    memset((void *)ti->class + class_size, 0, ti->class_size - class_size);
+after the 
+   if (type_has_parent(ti)){}
+will clean the information copied from the parent in the if block.
+I'm wondering whether this will lead to a bug. Thanks.
+
+That code has been remove with this commit:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=745549c8d0273d3a3d9c3701
+... so I think we can close this ticket nowadays.
+