Explorar el Código

Fix base16_decode; trashing the stack is rude.

svn:r2110
Nick Mathewson hace 21 años
padre
commit
7119345fbb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/common/crypto.c

+ 0 - 1
src/common/crypto.c

@@ -1479,7 +1479,6 @@ int base16_decode(char *dest, int destlen, const char *src, int srclen)
     ++dest;
     src+=2;
   }
-  *dest = '\0';
   return 0;
 }