pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:58 by Arne Goedeke <el@laramies.com>
da892ae9ad66f9d2946e7d2dfc805f63f5757371 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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);