diff options
author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-03-13 17:54:43 -0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-03-16 10:11:04 +0100 |
commit | 3780717db0bb65ae2a5cd005defbe36cd8857a5b (patch) | |
tree | 57f9b42de3cc62ccc2348c96d6042c9ca44f8e1b /.azure-pipelines.yml | |
parent | 7dbb0a87e6b54205ced5ef499d00205686ba65c6 (diff) | |
download | curl-3780717db0bb65ae2a5cd005defbe36cd8857a5b.tar.gz |
rustls: allocate a buffer for TLS data.
Previously, rustls was using an on-stack array for TLS data. However,
crustls has an (unusual) requirement that buffers it deals with are
initialized before writing to them. By using calloc, we can ensure the
buffer is initialized once and then reuse it across calls.
Closes #6742
Diffstat (limited to '.azure-pipelines.yml')
0 files changed, 0 insertions, 0 deletions