CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/06/07 11:49:22
Modified files: lib/libssl : ssl_sess.c Log message: Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning length and using memcpy(). This also provides a missing overflow check (which is done by the only caller, however). ok jsing