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
quiche.c
quiche.h