CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2021/05/16 09:21:10

Modified files:
        lib/libssl     : tls12_record_layer.c 

Log message:
Zero the tls12_record_protection struct instead of individual fields.

In tls12_record_protection_clear(), rather than zeroing or NULLing
individual fields once a pointer has been freed, zero the entire struct once
the pointers have been dealt with.

ok tb@

Reply via email to