shukitchan commented on code in PR #13140:
URL: https://github.com/apache/trafficserver/pull/13140#discussion_r3221167833
##########
src/proxy/http3/Http3Frame.cc:
##########
@@ -505,7 +505,7 @@ Http3FrameFactory::create(IOBufferReader &reader)
ts::Http3Config::scoped_config params;
Http3Frame *frame = nullptr;
- uint8_t type_buf[FRAME_TYPE_MAX_BYTES];
+ uint8_t type_buf[FRAME_TYPE_MAX_BYTES]{};
reader.memcpy(type_buf, sizeof(type_buf));
Http3FrameType type = Http3Frame::type(type_buf, sizeof(type_buf));
Review Comment:
I will need some help to see if this comment makes sense or not.
Otherwise I think we can ignore it for now.
--
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]