aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/fe_add.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-26 09:07:44 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-26 09:07:44 -0400
commit27bd1ef100a81235e9d2763c4cf24699251a8008 (patch)
tree9a96e898c44019c11e41937aed52e2b3d20d27be /src/ext/ed25519/ref10/fe_add.c
parent7c52a0555aee23f171870c5d41ce3c0f593c2e57 (diff)
downloadtor-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/fe_add.c')
0 files changed, 0 insertions, 0 deletions