diff options
author | tb <> | 2023-07-09 19:22:43 +0000 |
---|---|---|
committer | tb <> | 2023-07-09 19:22:43 +0000 |
commit | 839c3ea11171d86f26bbd45c967b4967b8b939cc (patch) | |
tree | 0722cc48611bcbbb8daa2bd8351b49f109c90264 /src/lib/libssl | |
parent | a42962dca443b7ca250bbb692c03696ccd25c545 (diff) | |
download | openbsd-839c3ea11171d86f26bbd45c967b4967b8b939cc.tar.gz openbsd-839c3ea11171d86f26bbd45c967b4967b8b939cc.tar.bz2 openbsd-839c3ea11171d86f26bbd45c967b4967b8b939cc.zip |
Fix ndef_{prefix,suffix}()
These functions inline a poor version of asn1_item_flags_i2d() without
error checks. This can be replaced with a single correct call to
ASN1_item_ndef_i2d(). Mechanically adding malloc checks and checks for
negative did not really improve things all that much in a related project.
ok beck jsing
Diffstat (limited to 'src/lib/libssl')
0 files changed, 0 insertions, 0 deletions