Skip to content
Snippets Groups Projects
Commit 7119345f authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix base16_decode; trashing the stack is rude.

svn:r2110
parent 1391eafe
Branches
Tags
No related merge requests found
......@@ -1479,7 +1479,6 @@ int base16_decode(char *dest, int destlen, const char *src, int srclen)
++dest;
src+=2;
}
*dest = '\0';
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment