We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调用get_all_leak_ptrs方法中的代码:
get_all_leak_ptrs
qleak_ptrs_hashmap->removePtr(current->address,NULL,NULL);
在removePtr中释放了current所指向的内存,但是外面的current指针并没有置NULL,导致野指针crash
removePtr
The text was updated successfully, but these errors were encountered:
thanks for feedback!we all fix it later!
Sorry, something went wrong.
我这边也是在get_all_leak_ptrs中的 merge_leaked_stack_t *merge_stack = qleak_stacks_hashmap->lookupStack(current->digest) 处闪退了,忘尽快修复!
@jseanj HI,请问这个问题你解决了么
这是没人维护了么。。。
No branches or pull requests
调用
get_all_leak_ptrs
方法中的代码:在
removePtr
中释放了current所指向的内存,但是外面的current指针并没有置NULL,导致野指针crashThe text was updated successfully, but these errors were encountered: