1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vquic
David Benjamin d94aa39410
ngtcp2: fix thread-safety bug in error-handling
ERR_error_string(NULL) should never be called. It places the error in a
global buffer, which is not thread-safe. Use ERR_error_string_n with a
local buffer instead.

Closes #4645
2019-11-28 00:48:19 +01:00
..
ngtcp2.c ngtcp2: fix thread-safety bug in error-handling 2019-11-28 00:48:19 +01:00
ngtcp2.h ngtcp2: free used resources on disconnect 2019-11-18 14:46:12 +01:00
quiche.c ngtcp2: use overflow buffer for extra HTTP/3 data 2019-11-18 16:40:08 +01:00
quiche.h quiche: improved error handling and memory cleanups 2019-08-07 08:39:39 +02:00