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

Diff for /src/usr.bin/lock/lock.c between version 1.40 and 1.41

version 1.40, 2017/07/08 22:27:17 version 1.41, 2017/09/06 21:02:31
Line 211 
Line 211 
                         }                          }
                 } else if (crypt_checkpass(s, hash) == 0) {                  } else if (crypt_checkpass(s, hash) == 0) {
                         explicit_bzero(s, sizeof(s));                          explicit_bzero(s, sizeof(s));
                         explicit_bzero(s1, sizeof(s1));                          explicit_bzero(hash, sizeof(hash));
                         break;                          break;
                 }                  }
                 putc('\a', stderr);                  putc('\a', stderr);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41