mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#3635 fix input to lmhash
This commit is contained in:
parent
b425b15fc8
commit
6b784de0df
1 changed files with 2 additions and 0 deletions
|
|
@ -440,6 +440,8 @@ static int smbk5pwd_exop_passwd(
|
|||
*c++ = *d++;
|
||||
d++;
|
||||
}
|
||||
pwd.bv_len /= 2;
|
||||
pwd.bv_val[pwd.bv_len] = '\0';
|
||||
|
||||
ml = ch_malloc(sizeof(Modifications));
|
||||
ml->sml_next = qpw->rs_mods;
|
||||
|
|
|
|||
Loading…
Reference in a new issue