From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30456 invoked by alias); 25 Apr 2012 08:19:37 -0000 Received: (qmail 30440 invoked by uid 22791); 25 Apr 2012 08:19:34 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_CP,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (88.168.87.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Apr 2012 08:19:21 +0000 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 871B360094; Wed, 25 Apr 2012 10:19:19 +0200 (CEST) From: Jim Meyering To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] avoid a few strncpy-induced buffer overruns In-Reply-To: <87wr54dhbq.fsf@fleche.redhat.com> (Tom Tromey's message of "Tue, 24 Apr 2012 14:07:37 -0600") References: <87lill6k77.fsf@rho.meyering.net> <87wr54dhbq.fsf@fleche.redhat.com> Date: Wed, 25 Apr 2012 08:23:00 -0000 Message-ID: <877gx45im0.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00850.txt.bz2 Tom Tromey wrote: >>>>>> "Jim" == Jim Meyering writes: > > Jim> I've been on a little crusade to avoid strncpy abuse > Jim> and spotted/fixed a few uses here. > > This is ok. Thanks. Thanks for the quick review. I've cvs-committed that. cvs feels so clunky and archaic, now...