cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: assert on http2.c on_frame_recv

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 22 Oct 2015 23:28:36 +0200 (CEST)

On Thu, 22 Oct 2015, Inca R wrote:

> Everything was good on 7.43.0 but when upgrading to 7.45.0 my app start
> crashing on
> http2.c line 411:
>
> conn = data_s->easy_conn;
> assert(conn);
> *==>* assert(conn->data == data_s); *<==*

Yes, we found this too just recently. I'll merge this fix for this within 24
hours:

   https://github.com/bagder/curl/commit/27daecefb9966b1d

Let me know if it doesn't fix the problem for you!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-10-22