pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-08-09
2013-08-09 20:04:59 by Arne Goedeke <el@laramies.com>
bb649361deda5c2864bfb668657e57f26066eed9 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Crypto: clear_on_exit flag on sensitive strings
283:
NO_WIDE_STRING(password); NO_WIDE_STRING(salt);
+
password->flags |= STRING_CLEAR_ON_EXIT;
+
ctx = (void *)alloca(meta->context_size); if (!ctx) SIMPLE_OUT_OF_MEMORY_ERROR("crypt_hash", meta->context_size);