FreeBSD Bugzilla – Attachment 158422 Details for
Bug 201376
explicit_bzero authinfo in sctp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bzero->explicit_bzero
file_201376.txt (text/plain), 392 bytes, created by
logan
on 2015-07-06 15:33:26 UTC
(
hide
)
Description:
bzero->explicit_bzero
Filename:
MIME Type:
Creator:
logan
Created:
2015-07-06 15:33:26 UTC
Size:
392 bytes
patch
obsolete
>--- sctp_auth.c~ 2015-07-06 19:28:08.000000000 +0400 >+++ sctp_auth.c 2015-07-06 19:28:12.000000000 +0400 >@@ -792,7 +792,7 @@ sctp_alloc_authinfo(void) > /* out of memory */ > return (NULL); > } >- bzero(new_authinfo, sizeof(*new_authinfo)); >+ explicit_bzero(new_authinfo, sizeof(*new_authinfo)); > return (new_authinfo); > }
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 201376
: 158422