diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-26 09:07:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-26 09:07:44 -0400 |
commit | 27bd1ef100a81235e9d2763c4cf24699251a8008 (patch) | |
tree | 9a96e898c44019c11e41937aed52e2b3d20d27be /src/ext/ed25519/ref10/api.h | |
parent | 7c52a0555aee23f171870c5d41ce3c0f593c2e57 (diff) | |
download | tor-27bd1ef100a81235e9d2763c4cf24699251a8008.tar.gz tor-27bd1ef100a81235e9d2763c4cf24699251a8008.zip |
Comment-out dead code in ed25519/ref10
There are some loops of the form
for (i=1;i<1;++i) ...
And of course, if the loop index is initialized to 1, it will never
be less than 1, and the loop body will never be executed. This
upsets coverity.
Patch fixes CID 1221543 and 1221542
Diffstat (limited to 'src/ext/ed25519/ref10/api.h')
0 files changed, 0 insertions, 0 deletions