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 libc/16958] New: Missing membar in sparc niagara2 memcpy causes data corruption.


https://sourceware.org/bugzilla/show_bug.cgi?id=16958

            Bug ID: 16958
           Summary: Missing membar in sparc niagara2 memcpy causes data
                    corruption.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: davem at davemloft dot net
                CC: drepper.fsp at gmail dot com

Due to a missing memory barrier instruction, stores issued before invocation of
memcpy can overlap with the block stores done in the Niagara2 optimized memcpy
code.

-- 
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]