Author :
tb
Date :
2022-01-08 21:36:39
Hash :460715d7 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