mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
d94aa39410
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 |
||
---|---|---|
.. | ||
ngtcp2.c | ||
ngtcp2.h | ||
quiche.c | ||
quiche.h |