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 libc/17825] Incorrect return value for string functions invoked with size_t parameter having the most significant bit set on Sparc V9


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

--- Comment #2 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  aa4980fc31e9ce176fe954bd0f29bcd65a61556a (commit)
      from  d1e44df1fa5fefd8a083f6c1e909bbcdc97c6438 (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=aa4980fc31e9ce176fe954bd0f29bcd65a61556a

commit aa4980fc31e9ce176fe954bd0f29bcd65a61556a
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Apr 16 19:40:31 2015 -0700

    Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.

        [BZ #17825]
        * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
        * sysdeps/sparc/sparc64/memcmp.S: Likewise.
        * sysdeps/sparc/sparc64/strncmp.S: Likewise.

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

Summary of changes:
 ChangeLog                       |    7 +++++++
 sysdeps/sparc/sparc64/memchr.S  |    3 ++-
 sysdeps/sparc/sparc64/memcmp.S  |    4 ++--
 sysdeps/sparc/sparc64/strncmp.S |    4 ++--
 4 files changed, 13 insertions(+), 5 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]