]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Need to add trace about md5
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 3 Jul 2025 00:48:22 +0000 (20:48 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 3 Jul 2025 00:48:22 +0000 (20:48 -0400)
lib/lvleml.c

index 5c02d4b72584c6441c3c91595beabc9478f643e5..9a45947666ce960800b1fecb6dc8979c5c444613 100644 (file)
@@ -415,7 +415,7 @@ while (proceed==true) {
       char hexa[100];
 
       local=cnv_hashmd5(usr->passwd,(unsigned char *)seq); 
-      (void) strcat(hexa,"");
+      (void) strcpy(hexa,"");
       for (int i=0;i<strlen(local);i++) {
         char convert[10];