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/18592] sbrk() does not set errno on overflow


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

--- 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  c13e07830800dd95ca7684b3c473394c77059c97 (commit)
      from  6471190491435c6ee819232f3eb71ad9638563cc (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=c13e07830800dd95ca7684b3c473394c77059c97

commit c13e07830800dd95ca7684b3c473394c77059c97
Author: Cyril Hrubis <chrubis@suse.cz>
Date:   Wed May 20 13:50:00 2015 +0200

    Set errno to ENOMEM on overflow in sbrk (bug 18592)

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

Summary of changes:
 ChangeLog   |    5 +++++
 misc/sbrk.c |   13 +++++++++----
 2 files changed, 14 insertions(+), 4 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]