diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-19 08:28:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-07 08:33:51 -0500 |
commit | 6cb8c0fd4e9c544710b1ad72a695feb87a1d7ee7 (patch) | |
tree | ab02641fdcb9e66ea2d00c52be5e999c1d2f7ff7 /changes | |
parent | fb7d1f41b409761be3381efaeec0f56d2a470a9f (diff) | |
download | tor-6cb8c0fd4e9c544710b1ad72a695feb87a1d7ee7.tar.gz tor-6cb8c0fd4e9c544710b1ad72a695feb87a1d7ee7.zip |
Refine the memwipe() arguments check for 18089 a little more.
We still silently ignore
memwipe(NULL, ch, 0);
and
memwipe(ptr, ch, 0); /* for ptr != NULL */
But we now assert on:
memwipe(NULL, ch, 30);
Diffstat (limited to 'changes')
0 files changed, 0 insertions, 0 deletions