Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752717AbaG0Vas (ORCPT ); Sun, 27 Jul 2014 17:30:48 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:43090 "EHLO mail-oa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752546AbaG0Var (ORCPT ); Sun, 27 Jul 2014 17:30:47 -0400 MIME-Version: 1.0 In-Reply-To: <20140727184434.GA29496@kroah.com> References: <1406416225-8795-1-git-send-email-rickard_strandqvist@spectrumdigital.se> <20140727184434.GA29496@kroah.com> From: Rickard Strandqvist Date: Sun, 27 Jul 2014 23:30:26 +0200 Message-ID: Subject: Re: [PATCH] staging: ced1401: userspace: use1401.c: Cleaning up missing null-terminate in conjunction with strncpy To: Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org, "linux-kernel@vger.kernel.org" , Monam Agarwal Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2014-07-27 20:44 GMT+02:00 Greg Kroah-Hartman : > On Sun, Jul 27, 2014 at 01:10:25AM +0200, Rickard Strandqvist wrote: >> Replacing strncpy with strlcpy to avoid strings that lacks null terminate. >> And replacing strncat with strlcat because of incorrect use. >> >> Signed-off-by: Rickard Strandqvist >> --- >> drivers/staging/ced1401/userspace/use1401.c | 12 ++++++------ >> 1 file changed, 6 insertions(+), 6 deletions(-) > > This file is no longer in my tree :( Hi No, it does not exist in Linux-next anymore... I must keep better track of linux-next :-/ Kind regards Rickard Strandqvist -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/