]> granicus.if.org Git - curl/commit
http2: Don't pass unitialized name+len pairs to nghttp2_submit_request
authorAnders Bakken <agbakken@gmail.com>
Fri, 16 Oct 2015 18:51:12 +0000 (11:51 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Oct 2015 21:46:03 +0000 (23:46 +0200)
commit2b98cb57c4cd5bf9968f09a12222c517d397919b
treea02bc9c39e87c3ea6d02e3722f3621f5351fff0c
parent3fde8a4971d2a1645c3162eb3ecfcd222d426820
http2: Don't pass unitialized name+len pairs to nghttp2_submit_request

bug introduced by 18691642931e5c7ac8af83ac3a84fbcb36000f96.

Closes #493
lib/http2.c