mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix base16_decode; trashing the stack is rude.
svn:r2110
This commit is contained in:
@@ -1479,7 +1479,6 @@ int base16_decode(char *dest, int destlen, const char *src, int srclen)
|
||||
++dest;
|
||||
src+=2;
|
||||
}
|
||||
*dest = '\0';
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user