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 string/19907] Incorrect memcpy tests


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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, hjl/benchtests/master has been created
        at  5a89c0a2d73f7157c358a4d7ec0d6ea92731cb4c (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5a89c0a2d73f7157c358a4d7ec0d6ea92731cb4c

commit 5a89c0a2d73f7157c358a4d7ec0d6ea92731cb4c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Apr 4 09:38:30 2016 -0700

    Clear destination buffer updated by the previous run

    Clear the destination buffer updated by the previous run in bench-memcpy.c
    and test-memcpy.c to catch the error when the following implementations do
    not copy anything.

        PR string/19907
        * benchtests/bench-memcpy.c (do_one_test): Clear the destination
        buffer updated by the previous run.
        * string/test-memcpy.c (do_one_test): Likewise.
        * benchtests/bench-memmove.c (do_one_test): Add a comment.
        * string/test-memmove.c (do_one_test): Likewise.

-----------------------------------------------------------------------

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