[Bug nss/20874] getaddrinfo_a segfault
georgepee at gmail dot com
sourceware-bugzilla@sourceware.org
Thu Oct 25 14:35:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=20874
George Pee <georgepee at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |georgepee at gmail dot com
--- Comment #8 from George Pee <georgepee at gmail dot com> ---
Running the example code with valgrind shows this:
Compiling the test app on my desktop and running valgrind points to the issue:
==14188== Thread 4:
==14188== Conditional jump or move depends on uninitialised value(s)
==14188== at 0x4E3B7EA: __gai_notify (gai_notify.c:108)
==14188== by 0x4E3B07B: handle_requests (gai_misc.c:328)
==14188== by 0x55DD6B9: start_thread (pthread_create.c:333)
==14188==
==14188== Use of uninitialised value of size 8
==14188== at 0x4E3B81C: __gai_notify (gai_notify.c:111)
==14188== by 0x4E3B07B: handle_requests (gai_misc.c:328)
==14188== by 0x55DD6B9: start_thread (pthread_create.c:333)
==14188==
==14188== Conditional jump or move depends on uninitialised value(s)
==14188== at 0x4E3B820: __gai_notify (gai_notify.c:111)
==14188== by 0x4E3B07B: handle_requests (gai_misc.c:328)
==14188== by 0x55DD6B9: start_thread (pthread_create.c:333)
==14188==
==14188== Use of uninitialised value of size 8
==14188== at 0x4E3B822: __gai_notify (gai_notify.c:111)
==14188== by 0x4E3B07B: handle_requests (gai_misc.c:328)
==14188== by 0x55DD6B9: start_thread (pthread_create.c:333)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list