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: Improve 32 bit strcat functions with SSE2/SSSE3


On Fri, Jul 22, 2011 at 08:09, Dmitrieva Liubov
<liubov.dmitrieva@gmail.com> wrote:
> I fixed overflow bug in 32 bit patch. I've attached small fix that
> should be applied after strcat_32 patch.
> I added some tests to string/strncat.c for checking overflow bugs as well.

I applied the fixed code but not the test changes.  They are not
correct.  If len1 is too long you might write into the next page which
is PROT_NONE.  What did you try to achieve?


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