]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add explanatory comments to say what happens during resizing of buffers
authorMatt Caswell <matt@openssl.org>
Wed, 11 Jan 2023 16:08:53 +0000 (16:08 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:34:05 +0000 (05:34 +0000)
commit47d905fdc635dcf92a2de4d1d4eb4cb47a4adcec
tree0107c7772dc51461977ca6dc24cc866e7146a452
parentc88de5607829f8d98427ba3fa3d465c4e66e07fb
Add explanatory comments to say what happens during resizing of buffers

Explain that buffers are over allocated to being with, so a resize is a
logical resize only. Buffer addresses never change.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20030)
test/helpers/quictestlib.h