Bugzilla – Attachment 2380 Details for
Bug 2177
wrong sizeof() parameter following chacha20 commit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wrong sizeof()
file_2177.txt (text/plain), 645 bytes, created by
Loganaden Velvindron
on 2013-12-02 07:35:44 AEDT
(
hide
)
Description:
wrong sizeof()
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-12-02 07:35:44 AEDT
Size:
645 bytes
patch
obsolete
>Index: cipher.c >=================================================================== >RCS file: /cvs/openssh/cipher.c,v >retrieving revision 1.98 >diff -u -p -r1.98 cipher.c >--- cipher.c 21 Nov 2013 03:12:24 -0000 1.98 >+++ cipher.c 1 Dec 2013 20:31:02 -0000 >@@ -414,7 +414,7 @@ void > cipher_cleanup(CipherContext *cc) > { > if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) >- bzero(&cc->cp_ctx, sizeof(&cc->cp_ctx)); >+ bzero(&cc->cp_ctx, sizeof(cc->cp_ctx)); > else if (EVP_CIPHER_CTX_cleanup(&cc->evp) == 0) > error("cipher_cleanup: EVP_CIPHER_CTX_cleanup failed"); > }
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 Raw
Actions:
View
Attachments on
bug 2177
: 2380