From: Nan Xiao Date: Tue, 8 Dec 2020 04:35:31 +0000 (+0800) Subject: Fix typo in OPENSSL_malloc.pod X-Git-Tag: openssl-3.0.0-alpha10~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74c8dd1c516c7017477a205fd1f5f975cfa86722;p=thirdparty%2Fopenssl.git Fix typo in OPENSSL_malloc.pod CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13632) --- diff --git a/doc/man3/OPENSSL_malloc.pod b/doc/man3/OPENSSL_malloc.pod index 211a6b68cd3..acf457f7379 100644 --- a/doc/man3/OPENSSL_malloc.pod +++ b/doc/man3/OPENSSL_malloc.pod @@ -101,7 +101,7 @@ before ultimately calling OPENSSL_free(). OPENSSL_cleanse() fills B of size B with a string of 0's. Use OPENSSL_cleanse() with care if the memory is a mapping of a file. -If the storage controller uses write compression, then its possible +If the storage controller uses write compression, then it's possible that sensitive tail bytes will survive zeroization because the block of zeros will be compressed. If the storage controller uses wear leveling, then the old sensitive data will not be overwritten; rather, a block of