From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f66.google.com ([209.85.208.66]:45354 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727403AbeLOUMy (ORCPT ); Sat, 15 Dec 2018 15:12:54 -0500 Received: by mail-ed1-f66.google.com with SMTP id d39so7607072edb.12 for ; Sat, 15 Dec 2018 12:12:53 -0800 (PST) Date: Sat, 15 Dec 2018 21:12:51 +0100 From: Salvatore Bonaccorso To: Loic Cc: stable@vger.kernel.org, ameyt@codeaurora.org, amit.pundir@linaro.org, rostedt@goodmis.org Subject: Re: [PATCH] tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() Message-ID: <20181215201251.GA8740@eldamar.local> References: <20181215182537.e0f95a3bb791e4f68f23eac8@opensec.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181215182537.e0f95a3bb791e4f68f23eac8@opensec.fr> Sender: stable-owner@vger.kernel.org List-ID: Hi, On Sat, Dec 15, 2018 at 06:25:37PM +0100, Loic wrote: > Hello, > > Please picked up this patch for linux 4.4 and 4.9. > This fixes CVE-2017-0605 (Rejected?). Tested in Debian ;) https://marc.info/?l=oss-security&m=150703005326252&w=2 gives some background on why the fix was not backported for 4.9. Regards, Salvatore