diff options
author | tb <> | 2025-06-07 04:37:01 +0000 |
---|---|---|
committer | tb <> | 2025-06-07 04:37:01 +0000 |
commit | 23906d429d230b3a4ab10ff682d2422a4adfa257 (patch) | |
tree | 0e40867c230d001cd1f57dc6c686ed65a80a2362 /src/lib/libssl | |
parent | 96a76161020b928e1e01f56826e2cdd5bb4adf3f (diff) | |
download | openbsd-23906d429d230b3a4ab10ff682d2422a4adfa257.tar.gz openbsd-23906d429d230b3a4ab10ff682d2422a4adfa257.tar.bz2 openbsd-23906d429d230b3a4ab10ff682d2422a4adfa257.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')
0 files changed, 0 insertions, 0 deletions