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 #7 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, master has been updated
       via  447720b03b4ac37cbc1367bf3aad56711a30a307 (commit)
      from  0014680d6a5bdeb4fe17682450105ebed19f35da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit 447720b03b4ac37cbc1367bf3aad56711a30a307
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed May 18 05:48:56 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.

        [BZ #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.

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

Summary of changes:
 ChangeLog                  |    9 +++++++++
 benchtests/bench-memcpy.c  |    4 ++++
 benchtests/bench-memmove.c |    1 +
 string/test-memcpy.c       |    6 ++++++
 string/test-memmove.c      |    1 +
 5 files changed, 21 insertions(+), 0 deletions(-)

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