From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:39852 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752089AbdDNUK3 (ORCPT ); Fri, 14 Apr 2017 16:10:29 -0400 Subject: Re: [PATCH block-tree] net: off by one in inet6_pton() To: Dan Carpenter , "David S. Miller" , Sagi Grimberg References: <20170413194231.GD591@mwanda> CC: Wei Tang , Alexey Dobriyan , , , From: Jens Axboe Message-ID: Date: Fri, 14 Apr 2017 14:09:30 -0600 MIME-Version: 1.0 In-Reply-To: <20170413194231.GD591@mwanda> Content-Type: text/plain; charset="windows-1252" Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On 04/13/2017 01:42 PM, Dan Carpenter wrote: > If "scope_len" is sizeof(scope_id) then we would put the NUL terminator > one space beyond the end of the buffer. Added, thanks Dan. -- Jens Axboe