提交 11e7982a 编写于 作者: M Matt Caswell

Added comment for the frag->reassembly == NULL case as per feedback from Emilia

Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 bff1ce4e
......@@ -644,7 +644,8 @@ dtls1_reassemble_fragment(SSL *s, struct hm_header_st* msg_hdr, int *ok)
/* If message is already reassembled, this must be a
* retransmit and can be dropped.
* retransmit and can be dropped. In this case item != NULL and so frag
* does not need to be freed.
*/
if (frag->reassembly == NULL)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册