From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933059AbeAHTXJ (ORCPT + 1 other); Mon, 8 Jan 2018 14:23:09 -0500 Received: from mail-it0-f47.google.com ([209.85.214.47]:37266 "EHLO mail-it0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933017AbeAHTXF (ORCPT ); Mon, 8 Jan 2018 14:23:05 -0500 X-Google-Smtp-Source: ACJfBosWnBM9NHiw/4t2AdXoC5EOtQfUUfeFDoKgYA1MN5d/H9k7iIuySn3woVBwkOtP9wLbDO7Bu92Rk0n4NhZrt7U= MIME-Version: 1.0 In-Reply-To: References: <20180108145223.GS3668920@devbig577.frc2.facebook.com> From: Linus Torvalds Date: Mon, 8 Jan 2018 11:23:03 -0800 X-Google-Sender-Auth: _vZFk6kluXu4slF9Wczr8GTREi0 Message-ID: Subject: Re: [GIT PULL] cgroup fixes for v4.15-rc7 To: Tejun Heo Cc: Linux Kernel Mailing List , Li Zefan , Johannes Weiner , cgroups Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 8, 2018 at 11:20 AM, Linus Torvalds wrote: > > Use "strscpy()", which got this _right_. Oh Christ. It actually did that initially. And then it was changed to the broken code due to some idiotic broken warning by tools that don't do the right thing. Linus