Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034064AbdD0MEw (ORCPT ); Thu, 27 Apr 2017 08:04:52 -0400 Received: from frisell.zx2c4.com ([192.95.5.64]:45241 "EHLO frisell.zx2c4.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034002AbdD0MET (ORCPT ); Thu, 27 Apr 2017 08:04:19 -0400 MIME-Version: 1.0 In-Reply-To: <20170427113016.GA12448@bistromath.localdomain> References: <20170425155215.4835-1-Jason@zx2c4.com> <20170425184734.26563-1-Jason@zx2c4.com> <20170427113016.GA12448@bistromath.localdomain> From: "Jason A. Donenfeld" Date: Thu, 27 Apr 2017 14:04:14 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v6 1/5] skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow To: Sabrina Dubroca Cc: Netdev , LKML , David Laight , kernel-hardening@lists.openwall.com, David Miller Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 187 Lines: 6 On Thu, Apr 27, 2017 at 1:30 PM, Sabrina Dubroca wrote: > Hmm, I think this can actually happen: Alright, perhaps better to err on the side of caution, then. Jason