Opened 11 years ago
Closed 11 years ago
#3755 closed task (fixed)
glibc-2.21 regression
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 7.7 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On some architectures segfaults are reported due to an error. Fix appears to be:
sed -e '/ia32/s/^/1:/' \
-e '/SSE2/s/^1://' \
-i sysdeps/i386/i686/multiarch/mempcpy_chk.S
Which just moves a label, 1:, one line in the code.
Note:
See TracTickets
for help on using tickets.

Fixed at revision 10859.