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
Hi all, This is Qianxin CodeSafe Team, we found a suspicious issue, at
brpc/tools/parallel_http/parallel_http.cpp
Line 210 in 5cdf22f
Line 138 in 5cdf22f
If none of the previous loops are truel,this will result in a return of 0 and a memory leak of point “args”
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. I will optimize the implementation and solve the memory leak problem later.
Sorry, something went wrong.
No branches or pull requests
Hi all,
This is Qianxin CodeSafe Team, we found a suspicious issue, at
brpc/tools/parallel_http/parallel_http.cpp
Line 210 in 5cdf22f
which is allocating memory at
brpc/tools/parallel_http/parallel_http.cpp
Line 138 in 5cdf22f
If none of the previous loops are truel,this will result in a return of 0 and a memory leak of point “args”
The text was updated successfully, but these errors were encountered: