CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/07 11:12:16
Modified files:
lib/libssl : bs_cbb.c
Log message:
Make CBB_finish() fail if *out_data is not NULL
Contrary to CBS_stow(), CBB_finish() will leak, so ensure we fail if
*out_data is populated.
Discussed with & ok jsing
