Sourceware Bugzilla – Attachment 8808 Details for
Bug 19257
Per-thread memory leak in __res_vinit with IPv6 nameservers (CVE-2016-5417)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Reproducer
memleak.c (text/x-csrc), 210 bytes, created by
mschiffer+sourceware
on 2015-11-23 18:05:31 UTC
(
hide
)
Description:
Reproducer
Filename:
MIME Type:
Creator:
mschiffer+sourceware
Created:
2015-11-23 18:05:31 UTC
Size:
210 bytes
patch
obsolete
>#include <sys/types.h> >#include <sys/socket.h> >#include <netdb.h> >#include <stddef.h> > > >int main() { > struct addrinfo *res = NULL; > getaddrinfo("localhost", NULL, NULL, &res); > freeaddrinfo(res); > > return 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 Raw
Actions:
View
Attachments on
bug 19257
: 8808