Commit 6540ac1b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix crash

parent 1f4577ad
......@@ -168,6 +168,7 @@ static void nghttp2_inbound_frame_reset(nghttp2_session *session)
nghttp2_frame_window_update_free(&iframe->frame.window_update);
break;
}
memset(&iframe->frame, 0, sizeof(nghttp2_frame));
iframe->state = NGHTTP2_RECV_HEAD;
iframe->payloadlen = iframe->buflen = iframe->off = 0;
iframe->headbufoff = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment