Bugzilla – Attachment 41777 Details for
Bug 83481
VUL-0: CVE-2005-1431: gnutls DoS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
gnutls dos patch
gnutls-dos.patch (text/plain), 317 bytes, created by
Hendrik Vogelsang
on 2005-07-13 07:51:05 UTC
(
hide
)
Description:
gnutls dos patch
Filename:
MIME Type:
Creator:
Hendrik Vogelsang
Created:
2005-07-13 07:51:05 UTC
Size:
317 bytes
patch
obsolete
>--- lib/gnutls_cipher.c >+++ lib/gnutls_cipher.c >@@ -468,7 +468,7 @@ > > /* Check the pading bytes (TLS 1.x) > */ >- if (ver >= GNUTLS_TLS1) >+ if ( ver >= GNUTLS_TLS1 && pad_failed==0) > for (i = 2; i < pad; i++) { > if (ciphertext.data[ciphertext.size - i] != > ciphertext.data[ciphertext.size - 1])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 83481
: 41777