diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-07 12:53:24 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-07 12:53:24 -0800 |
commit | 3783046f3b519533fc721472f38ccf437d2d12a5 (patch) | |
tree | c45773b7f07a6f2eda1a07934557a2153dc4aaf8 /changes | |
parent | 8d6aafbb4a7f4f9748b88f5ce16675900559149e (diff) | |
download | tor-3783046f3b519533fc721472f38ccf437d2d12a5.tar.gz tor-3783046f3b519533fc721472f38ccf437d2d12a5.zip |
Use memset_s or explicit_bzero when available.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/7419 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/7419 b/changes/7419 new file mode 100644 index 0000000000..b792e8f6a0 --- /dev/null +++ b/changes/7419 @@ -0,0 +1,7 @@ + o Minor enhancement (security): + - Use explicit_bzero when present + from <logan@hackers.mu>. + - Use memset_s when present + from <selven@hackers.mu> + + 625538405474972d627b26d7a250ea36 (: |