From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8770 Path: news.gmane.org!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Fix off-by-one buffer overflow in getdelim Date: Sun, 25 Oct 2015 08:18:42 +0200 Message-ID: <20151025061842.GA523@nyan> References: <20151024204339.GA1352@nyan> <20151024213645.GU8645@brightrain.aerifal.cx> <20151024222552.GA6890@nyan> <20151024233515.GZ8645@brightrain.aerifal.cx> <20151025003202.GA8645@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1445754050 6106 80.91.229.3 (25 Oct 2015 06:20:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2015 06:20:50 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8783-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 25 07:20:49 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZqEff-0001fa-Bl for gllmg-musl@m.gmane.org; Sun, 25 Oct 2015 07:20:47 +0100 Original-Received: (qmail 21533 invoked by uid 550); 25 Oct 2015 06:20:44 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 21512 invoked from network); 25 Oct 2015 06:20:44 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20151025003202.GA8645@brightrain.aerifal.cx> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:8770 Archived-At: Thanks for committing the fix. Felix