summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-03-13 17:54:43 -0800
committerDaniel Stenberg <daniel@haxx.se>2021-03-16 10:11:04 +0100
commit3780717db0bb65ae2a5cd005defbe36cd8857a5b (patch)
tree57f9b42de3cc62ccc2348c96d6042c9ca44f8e1b /.azure-pipelines.yml
parent7dbb0a87e6b54205ced5ef499d00205686ba65c6 (diff)
downloadcurl-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