qemu-devel
[Top][All Lists]
Advanced

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

[Bug 1860610] [NEW] cap_disas_plugin leaks memory


From: Robert Henry
Subject: [Bug 1860610] [NEW] cap_disas_plugin leaks memory
Date: Wed, 22 Jan 2020 21:59:04 -0000

Public bug reported:

Looking at origin/master head, the function cap_disas_plugin leaks
memory.

per capstone's examples using their ABI, cs_free(insn, count); needs to
called just before cs_close.

I discovered this running qemu under valgrind.

** 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/1860610

Title:
  cap_disas_plugin leaks memory

Status in QEMU:
  New

Bug description:
  Looking at origin/master head, the function cap_disas_plugin leaks
  memory.

  per capstone's examples using their ABI, cs_free(insn, count); needs
  to called just before cs_close.

  I discovered this running qemu under valgrind.

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



reply via email to

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