Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189702 Details for
Bug 267774
<net-libs/gnutls-2.6.5-r1: Multiple vulnerabilities (CVE-2009-{1415,1416,1417})
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CVE-2009-1416.patch
CVE-2009-1416.patch (text/plain), 393 bytes, created by
Alex Legler (RETIRED)
on 2009-04-28 12:31:05 UTC
(
hide
)
Description:
CVE-2009-1416.patch
Filename:
MIME Type:
Creator:
Alex Legler (RETIRED)
Created:
2009-04-28 12:31:05 UTC
Size:
393 bytes
patch
obsolete
>diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c >index 1015c3a..a08349b 100644 >--- a/lib/gnutls_pk.c >+++ b/lib/gnutls_pk.c >@@ -529,7 +529,7 @@ _generate_params (int algo, bigint_t * resarr, unsigned int *resarr_len, > int ret; > unsigned int i; > >- ret = _gnutls_pk_ops.generate (GNUTLS_PK_RSA, bits, ¶ms); >+ ret = _gnutls_pk_ops.generate (algo, bits, ¶ms); > > if (ret < 0) > {
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 267774
:
189700
| 189702 |
189704
|
189707
|
189720
|
189787