]> granicus.if.org Git - curl/commit
http2: add stream != NULL checks for reliability
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Jul 2015 19:35:15 +0000 (21:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Jul 2015 19:35:15 +0000 (21:35 +0200)
commit68d17643f5df467c634adc49f85306451f7668fc
treef6a39f2691767d645cd2316c86c35c55bd4f35f8
parentaab76af1fa40a0c18de79529b6df3084a43c352e
http2: add stream != NULL checks for reliability

They should not trigger, but in case of internal problems we at least
avoid crashes this way.
lib/http2.c