This is the mail archive of the libc-alpha@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]

Re: [PATCH] Fix __memcpy_chk on non-SSE2 CPUs


On 11/02/15 21:17, Florian Weimer wrote:
> On 02/10/2015 04:49 AM, Allan McRae wrote:
>> From: Evangelos Foutras <evangelos@foutrelis.com>
>>
>> In commit 8b4416d, the 1: jump label in __mempcpy_chk was accidentally
>> moved.  This resulted in failures of mempcpy on CPU without SSE2.
> 
> Please state the nature of these failures.
> 
> Does the system still boot?
> 


It still booted.  Not much uses mempcpy it seems.

The two reports I saw, both were from "ls -l" segfaulting:
https://bugs.archlinux.org/task/43753
https://bugzilla.redhat.com/show_bug.cgi?id=1190454

Allan


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