Opened 9 years ago

Closed 9 years ago

#3755 closed task (fixed)

glibc-2.21 regression

Reported by: bdubbs@… Owned by: lfs-book@…
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.

Change History (1)

comment:1 by bdubbs@…, 9 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 10859.

Note: See TracTickets for help on using tickets.