summary refs log tree commit diff stats
path: root/results/classifier/user-mode-bugs/1860610
blob: 31661900d82838cbc20e0b4f85c4a16d3ad0d7fb (plain) (blame)
1
2
3
4
5
6
7
8
9
cap_disas_plugin leaks memory

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.