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
在tos_kv.c中发现了一些疑似内存泄漏的问题,不知道是否可以触发,建议检查一下 1、如果第344行和340行的if语句都为假,第329行为prev_key申请的内存会泄露 2、如果621行的item_out为NULL,并且从624行返回的话,第571行为item申请的内存以及第261行为kv_buf申请的内存会泄露
The text was updated successfully, but these errors were encountered:
感谢指出,我们近期修复
Sorry, something went wrong.
应该的,不客气!228也报告了一些疑似的内存泄漏问题,因为error handling code没处理好,您也可以一起看一下。
眼很尖!我马上提交修复
No branches or pull requests
在tos_kv.c中发现了一些疑似内存泄漏的问题,不知道是否可以触发,建议检查一下
1、如果第344行和340行的if语句都为假,第329行为prev_key申请的内存会泄露
2、如果621行的item_out为NULL,并且从624行返回的话,第571行为item申请的内存以及第261行为kv_buf申请的内存会泄露
The text was updated successfully, but these errors were encountered: