pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-18
2018-01-18 17:58:00 by Martin Nilsson <nilsson@fastmail.com>
35992b72e54efbe75cb306880afc772f065189c5 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Note about secure_zero
468:
o There's now support to block mapping hashtables from being shrunk on map_delete().
+
o guaranteed_memset() is replaced with secure_zero() which fills a
+
buffer with zero. On x86 SSE2 is used to zero the memory without
+
loading it into the CPU cache, as this function is typically used
+
before calling free() on memory with cryptographic key data.
-
+
Documentation -------------