bug-hurd@gnu.org

2006-12-18 Thread Carlos Francisco Ferry
I am interested on https://savannah.gnu.org/people/viewjob.php?group_id=30&job_id=462 where should I begin? -- —Carlos. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

bug-hurd@gnu.org

2006-12-18 Thread Thomas Schwinge
Hello! On Sun, Dec 17, 2006 at 11:02:17PM -0500, Carlos Francisco Ferry wrote: > I am interested on > https://savannah.gnu.org/people/viewjob.php?group_id=30&job_id=462 > where should I begin? Very nice! Welcome! Please begin with outlining your experience with the GNU tool chain and your expe

[bug #18217] glibc: `__libc_once'

2006-12-18 Thread Thomas Schwinge
Update of bug #18217 (project hurd): Status:None => Upstream ___ Follow-up Comment #3: A proposed patch is filed in upstream's Bugzilla:

[Bug libc/3748] New: Usage of `__libc_once' interface in `sysdeps/posix/getaddrinfo.c'

2006-12-18 Thread tschwinge at gnu dot org
`sysdeps/posix/getaddrinfo.c' contains the following code: #v+ 2033/* Read the config file. */ 2034__libc_once_define (static, once); 2035__typeof (once) old_once = once; 2036__libc_once (once, gaiconf_init); 2037if (old_once && gaiconf_reload_fla

[Bug libc/3748] Usage of `__libc_once' interface in `sysdeps/posix/getaddrinfo.c'

2006-12-18 Thread tschwinge at gnu dot org
--- Additional Comments From tschwinge at gnu dot org 2006-12-18 14:52 --- Created an attachment (id=1465) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1465&action=view) Proposed patch. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3748 --- You are receiving this

[Bug libc/3748] Usage of `__libc_once' interface in `sysdeps/posix/getaddrinfo.c'

2006-12-18 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2006-12-18 15:11 --- old_once is scalar and is zero initialized. Who do you think you are to decide that this is not the case? -- What|Removed |Added -