qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1006702] [NEW] something wrong in function type_initia


From: zdguo
Subject: [Qemu-devel] [Bug 1006702] [NEW] something wrong in function type_initialize() in object.c in the source code of qemu-1.1.0
Date: Thu, 31 May 2012 03:31:07 -0000

Public bug reported:

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.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1006702

Title:
  something wrong in function type_initialize() in object.c in the
  source code of qemu-1.1.0

Status in QEMU:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1006702/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]