Apply patch: ncpfs-hg-commit-453.patch
This commit is contained in:
@@ -1026,7 +1026,8 @@ static NWDSCCODE nds_beginauth2(
|
||||
goto err_exit;
|
||||
}
|
||||
copyfill(n_temp, n1, p, n3a);
|
||||
p = (void*)(((unsigned long)k1end + 3) & ~3);
|
||||
/* align p to the first 4 byte boundary beyond k1end */
|
||||
p = k1end + ((p - k1end) & 3);
|
||||
err = modexpkey(s_key, n_temp, n_temp, n1);
|
||||
if (err) {
|
||||
ISRPrint("modexpkey failed\n");
|
||||
|
||||
Reference in New Issue
Block a user