[BACK]Return to encrypt.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / encrypt

Diff for /src/usr.bin/encrypt/encrypt.c between version 1.46 and 1.47

version 1.46, 2017/05/03 09:51:39 version 1.47, 2017/05/24 09:19:55
Line 169 
Line 169 
                 (void)fputc('\n', stdout);                  (void)fputc('\n', stdout);
   
                 /* Wipe our copy, before we free it. */                  /* Wipe our copy, before we free it. */
                 explicit_bzero(string, strlen(string));                  freezero(string, strlen(string));
                 free(string);  
         }          }
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47