CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/08 14:36:39
Modified files:
lib/libcrypto/objects: obj_dat.c objects.h
Log message:
Prepare to provide OBJ_length() and OBJ_get0_data()
OBJ_length() turns the int obj->length into a size_t, so add
an overflow check. While obj->length should never be negative,
who knows...
ok jsing
