-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
async_tcp_client: fix debug log #32199
Conversation
Signed-off-by: ohadvano <49730675+ohadvano@users.noreply.github.com>
Signed-off-by: ohadvano <49730675+ohadvano@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix!
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for fixing this!
Coverage CI failure seems related.
@ohadvano there was a coverage issue that I think was fixed in |
Additional Description: If
AsyncTcpClientImpl
is not called withconnect()
during theconnect_timeout
period, theconnection_
object isnullptr
. If debug logs are enabled, the modified line causes seg faultRisk Level: low
Testing: none
Docs Changes: none
Release Notes: none
Platform Specific Features: none