Heap bug only happens on KVM

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
RayanMargham
Posts: 8
Joined: Tue Jul 05, 2022 12:37 pm

Heap bug only happens on KVM

Post by RayanMargham »

hi im experiencing a bug where uacpi is trying to dereference a null pointer, gdb shows that the ctx looks corrupted by 0xfa but i never write that. the interesting thing is that this never happens on non kvm only on kvm it occurs.

i cannot debug any further cause watch doesnt work on kvm. this is the code

https://github.com/rayanmargham/nyauxkt
Post Reply