From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752940AbcB2JY2 (ORCPT ); Mon, 29 Feb 2016 04:24:28 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:33122 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbcB2JYY (ORCPT ); Mon, 29 Feb 2016 04:24:24 -0500 Subject: Re: [ANNOUNCE] Git v2.8.0-rc0 To: Junio C Hamano , git@vger.kernel.org References: Cc: Linux Kernel Newsgroups: gmane.comp.version-control.git,gmane.linux.kernel From: Sebastian Schuberth Message-ID: <56D40E45.5020304@gmail.com> Date: Mon, 29 Feb 2016 10:24:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/27/2016 0:41, Junio C Hamano wrote: > * Some calls to strcpy(3) triggers a false warning from static > analysers that are less intelligent than humans, and reducing the > number of these false hits helps us notice real issues. A few > calls to strcpy(3) in test-path-utils that are already safe has > been rewritten to avoid false wanings. > > * Some calls to strcpy(3) triggers a false warning from static > analysers that are less intelligent than humans, and reducing the > number of these false hits helps us notice real issues. A few > calls to strcpy(3) in "git rerere" that are already safe has been > rewritten to avoid false wanings. This is a duplicate. Regards, Sebastian