diff options
Diffstat (limited to 'results/classifier/108/other/1006702')
| -rw-r--r-- | results/classifier/108/other/1006702 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/108/other/1006702 b/results/classifier/108/other/1006702 new file mode 100644 index 000000000..bcabba1e3 --- /dev/null +++ b/results/classifier/108/other/1006702 @@ -0,0 +1,28 @@ +graphic: 0.688 +semantic: 0.677 +device: 0.635 +performance: 0.592 +network: 0.574 +other: 0.547 +vnc: 0.520 +debug: 0.517 +PID: 0.510 +files: 0.473 +socket: 0.439 +boot: 0.372 +KVM: 0.354 +permissions: 0.348 + +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. + |