Skip to content

Commit

Permalink
Fix typo in OPENSSL_malloc.pod
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#13632)
  • Loading branch information
NanXiao authored and levitte committed Dec 9, 2020
1 parent 1d180bb commit 74c8dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/OPENSSL_malloc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ before ultimately calling OPENSSL_free().

OPENSSL_cleanse() fills B<ptr> of size B<len> 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
Expand Down

0 comments on commit 74c8dd1

Please sign in to comment.