This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.25 in repository glibc.
commit c63996db57f6da4aa65a34a1dbbeaecf993b1382 Author: Samuel Thibault <[email protected]> Date: Wed Aug 2 20:33:24 2017 +0000 patches/hurd-i386/submitted-malloc-setstate.diff: update. --- debian/changelog | 1 + debian/patches/hurd-i386/submitted-malloc-setstate.diff | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e7fc03..7dc6fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ glibc (2.25-0experimental1) UNRELEASED; urgency=medium [ Samuel Thibault ] * patches/hurd-i386/submitted-net.diff: rebased. * patches/hurd-i386/tg-tls.diff: update. + * patches/hurd-i386/submitted-malloc-setstate.diff: update. -- Aurelien Jarno <[email protected]> Wed, 02 Aug 2017 19:03:14 +0200 diff --git a/debian/patches/hurd-i386/submitted-malloc-setstate.diff b/debian/patches/hurd-i386/submitted-malloc-setstate.diff index cb2493b..497ce11 100644 --- a/debian/patches/hurd-i386/submitted-malloc-setstate.diff +++ b/debian/patches/hurd-i386/submitted-malloc-setstate.diff @@ -44,7 +44,7 @@ index 1f5f166..beb97e9 100644 if (snd_brk != (char *) (MORECORE_FAILURE)) { av->top = (mchunkptr) aligned_brk; -+ av->top->prev_size = 0; ++ prev_size(av->top) = 0; set_head (av->top, (snd_brk - aligned_brk + correction) | PREV_INUSE); av->system_mem += correction; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

