FreeBSD Bugzilla – Attachment 167941 Details for
Bug 207783
OpenSSH client segfaults in 9.3-RELEASE-p37
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix bug caused by r296462
fix-pr207783-1.diff (text/plain), 627 bytes, created by
Dimitry Andric
on 2016-03-09 22:02:50 UTC
(
hide
)
Description:
Fix bug caused by r296462
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-03-09 22:02:50 UTC
Size:
627 bytes
patch
obsolete
>Index: crypto/openssl/crypto/bn/bn_exp.c >=================================================================== >--- crypto/openssl/crypto/bn/bn_exp.c (revision 296583) >+++ crypto/openssl/crypto/bn/bn_exp.c (working copy) >@@ -758,7 +758,7 @@ int BN_mod_exp_mont_consttime(BIGNUM *rr, const BI > * Fetch the appropriate pre-computed value from the pre-buf > */ > if (!MOD_EXP_CTIME_COPY_FROM_PREBUF >- (computeTemp, top, powerbuf, wvalue, numPowers)) >+ (computeTemp, top, powerbuf, wvalue, window)) > goto err; > > /* Multiply the result into the intermediate result */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207783
:
167819
|
167918
| 167941