aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2019-11-27 16:53:51 -0500
committerDaniel Stenberg <daniel@haxx.se>2019-11-28 00:48:19 +0100
commitd94aa39410256cbbfb0ddf71cb7f93f6cdf10d37 (patch)
tree81e3c912e624926bc34bfe43ac62c1687a84d3aa /.travis.yml
parent113db127ee2b2f874dfcce406103ffe666e11953 (diff)
downloadgnurl-d94aa39410256cbbfb0ddf71cb7f93f6cdf10d37.tar.gz
gnurl-d94aa39410256cbbfb0ddf71cb7f93f6cdf10d37.tar.bz2
gnurl-d94aa39410256cbbfb0ddf71cb7f93f6cdf10d37.zip
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
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions