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/22753] preadv2/pwritev2 fallback code should handle offset=-1


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

--- Comment #1 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  d4b4a00a462348750bb18544eb30853ee6ac5d10 (commit)
      from  84c94d2fd90d84ae7e67657ee8e22c2d1b796f63 (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=d4b4a00a462348750bb18544eb30853ee6ac5d10

commit d4b4a00a462348750bb18544eb30853ee6ac5d10
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Feb 2 10:46:26 2018 +0100

    preadv2/pwritev2: Handle offset == -1 [BZ #22753]

    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>

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

Summary of changes:
 ChangeLog                             |   16 +++++++++++++
 manual/llio.texi                      |   21 ++++++++++++------
 misc/tst-preadvwritev-common.c        |   38 +++++++++++++++++++++++++++++++++
 misc/tst-preadvwritev2.c              |    1 +
 misc/tst-preadvwritev64v2.c           |    1 +
 sysdeps/posix/preadv2.c               |    5 +++-
 sysdeps/posix/preadv64v2.c            |    5 +++-
 sysdeps/posix/pwritev2.c              |    5 +++-
 sysdeps/posix/pwritev64v2.c           |    5 +++-
 sysdeps/unix/sysv/linux/preadv2.c     |    5 +++-
 sysdeps/unix/sysv/linux/preadv64v2.c  |    6 ++++-
 sysdeps/unix/sysv/linux/pwritev2.c    |    5 +++-
 sysdeps/unix/sysv/linux/pwritev64v2.c |    5 +++-
 13 files changed, 103 insertions(+), 15 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]