diff options
author | otto <> | 2021-01-06 19:54:17 +0000 |
---|---|---|
committer | otto <> | 2021-01-06 19:54:17 +0000 |
commit | a99f91343a365d71d137ae486285fdf049c5cf74 (patch) | |
tree | ce6917eeac88d420d5941f060095fb66f829faea /src/lib/libssl/tls13_client.c | |
parent | ebfbbb1573214760116ca552af6e7066e95c7d8f (diff) | |
download | openbsd-a99f91343a365d71d137ae486285fdf049c5cf74.tar.gz openbsd-a99f91343a365d71d137ae486285fdf049c5cf74.tar.bz2 openbsd-a99f91343a365d71d137ae486285fdf049c5cf74.zip |
Fix two issues related to thread private data in asr.
- setting up asr in single thread mode and then starting threads using asr
would lead to multiple threads sharing the same resolver.
- destruction of a thread that has been using asr would leak data.
Problem originally reported by Alexey Sokolov and Uli Schlachter.
ok kettenis@
Diffstat (limited to 'src/lib/libssl/tls13_client.c')
0 files changed, 0 insertions, 0 deletions