doleyzi commented on code in PR #8416:
URL: https://github.com/apache/inlong/pull/8416#discussion_r1251714731
##########
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp/src/net/socket_connection.cc:
##########
@@ -367,6 +373,10 @@ namespace dataproxy_sdk
{
uint32_t uniq = recv_buf_->ReadUint32();
uint16_t attr_len = recv_buf_->ReadUint16();
+ char attr[attr_len + 1];
Review Comment:
resolved
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]