public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
From: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
To: "Carlos O'Donell" <carlos@redhat.com>,
	Arjun Shankar <arjun.is@lostca.se>,
	       Raphael Moreira Zinsly <rzinsly@linux.vnet.ibm.com>
Cc: libc-stable@sourceware.org
Subject: Re: [PATCH 2.22 v2] Fix integer overflows in internal memalign and malloc functions [BZ #22343]
Date: Mon, 01 Jan 2018 00:00:00 -0000	[thread overview]
Message-ID: <877epkkuqh.fsf@linux.ibm.com> (raw)
In-Reply-To: <20f4622e-7ecd-1471-e792-e44bdedb07e9@redhat.com>

Carlos O'Donell <carlos@redhat.com> writes:

> [ text/plain ]
> On 04/05/2018 02:49 PM, Arjun Shankar wrote:
>> On Wed, 2018-04-04 at 20:29 -0500, Carlos O'Donell wrote:
>> 
>>>> +#include <support/test-driver.c>
>>>  
>>> This can't possibly work for release/2.22/master, there was no support
>>> infrastructure?
>> 
>> I'm working on backporting *just* enough bits into 2.22 to:
>> 
>> 1. Include support/ infrastructure (Florian wrote a script that does this)

This is (at least partially) covered by this backport from Raphael:
https://sourceware.org/ml/libc-stable/2018-04/msg00001.html

>> 2. Have glibc-2.22 compile with a new-ish GCC (7.3) -
>>      This needs 8 additional commits

We aren't working on this and do not have plans to.  I can confirm it's
still failing.

>> 3. Include fix in question; i.e. BZ #22343

This is already covered by:
https://sourceware.org/ml/libc-stable/2018-04/msg00002.html

-- 
Tulio Magno

  reply	other threads:[~2018-04-06 19:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-01  0:00 [PATCH 2.22 01/14] ldd: never run file directly Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 12/14] Add ChangeLog reference to bug 16750/CVE-2009-5064 Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 02/14] CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 07/14] elf: Count components of the expanded path in _dl_init_path [BZ #22607] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 04/14] sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 13/14] Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 14/14] Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 01/14] ldd: never run file directly Carlos O'Donell
2018-01-01  0:00   ` Tulio Magno Quites Machado Filho
2018-01-01  0:00 ` [PATCH 2.22 08/14] <array_length.h>: New array_length and array_end macros Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 03/14] glob: Add new test tst-glob-tilde Raphael Moreira Zinsly
2018-01-01  0:00   ` Tulio Magno Quites Machado Filho
2018-01-01  0:00     ` [PATCH 2.22] Synchronize support/ infrastructure with master Raphael Moreira Zinsly
2018-01-01  0:00       ` Carlos O'Donell
2018-01-01  0:00       ` Tulio Magno Quites Machado Filho
2018-01-01  0:00         ` [PATCH 2.22] posix: Sync glob with gnulib [BZ #1062] Raphael Moreira Zinsly
2018-01-01  0:00           ` Tulio Magno Quites Machado Filho
2018-01-01  0:00 ` [PATCH 2.22 09/14] elf: Compute correct array size in _dl_init_paths [BZ #22606] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 05/14] glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 10/14] Fix integer overflows in internal memalign and malloc functions [BZ #22343] Raphael Moreira Zinsly
2018-01-01  0:00   ` [PATCH 2.22 v2] " Raphael Moreira Zinsly
2018-01-01  0:00     ` Carlos O'Donell
     [not found]       ` <20180405194944.GA44061@aloka.lostca.se>
2018-01-01  0:00         ` Carlos O'Donell
2018-01-01  0:00           ` Tulio Magno Quites Machado Filho [this message]
2018-01-01  0:00 ` [PATCH 2.22 11/14] linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679] Raphael Moreira Zinsly
2018-01-01  0:00 ` [PATCH 2.22 06/14] elf: Check for empty tokens before dynamic string token expansion [BZ #22625] Raphael Moreira Zinsly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877epkkuqh.fsf@linux.ibm.com \
    --to=tuliom@linux.ibm.com \
    --cc=arjun.is@lostca.se \
    --cc=carlos@redhat.com \
    --cc=libc-stable@sourceware.org \
    --cc=rzinsly@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).