This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/13358] R15 may be uninitialized in x86_64/pthread_cond_timedwait.S


http://sourceware.org/bugzilla/show_bug.cgi?id=13358

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #2 from Rich Felker <bugdal at aerifal dot cx> 2011-10-29 00:21:54 UTC ---
Whose bright idea was it to write a separate version of these functions for
each target architecture in asm, rather than just using common C code with
underlying asm (or gcc intrinsics) for the atomic memory operations? I'm
thinking of opening a bug "Gratuitous asm leads to arch-specific bugs in
pthread synchronization primitives" so this and similar bugs can all be marked
as a duplicate of it...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]