diff options
author | tb <> | 2025-06-07 04:37:01 +0000 |
---|---|---|
committer | tb <> | 2025-06-07 04:37:01 +0000 |
commit | e3bb436a26295a47435997715acf0a7eac465f6c (patch) | |
tree | 0e40867c230d001cd1f57dc6c686ed65a80a2362 /src/lib/libssl/man/SSL_get_ex_new_index.3 | |
parent | 0056ad753239eb1ecb336078f131548454ccebdc (diff) | |
download | openbsd-e3bb436a26295a47435997715acf0a7eac465f6c.tar.gz openbsd-e3bb436a26295a47435997715acf0a7eac465f6c.tar.bz2 openbsd-e3bb436a26295a47435997715acf0a7eac465f6c.zip |
crypto_ex_data: fix allocation size of classes_new
classes_new is an array of pointers to struct crypto_ex_data, not
an array of struct crypto_ex_data_index, so this overallocated by
240 or 480 bytes on ILP32 or LP64, respectively.
found by jsg using smatch
ok jsing
Diffstat (limited to 'src/lib/libssl/man/SSL_get_ex_new_index.3')
0 files changed, 0 insertions, 0 deletions