From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 84E4E1F619 for ; Tue, 10 Mar 2020 19:47:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727416AbgCJTr1 (ORCPT ); Tue, 10 Mar 2020 15:47:27 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:51446 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727280AbgCJTr1 (ORCPT ); Tue, 10 Mar 2020 15:47:27 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 4CD7EBD39B; Tue, 10 Mar 2020 15:47:25 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=FXWghETqXkqP DQBha3fGfwsiDys=; b=NufHOclZ2KL1A5DIvUYSY3fQFbE76T8ovVgt6UxCjEGM krWkgEUahG9BGZwYBzA33NlIjubyfsaudKXxqDwS2RvuPkyBhXqLtFJJjMqsd1Sm AoAvdyscGQHgcWWqaOASYClav7fhCLxT9SOsiemh0gjUVzsXOLwpBitzZc9aw+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=rzOEly /fkynlAs73wtt5VASjSsLv1xrP4R7vxntQgz9wpi2a7wmE2ySQzHt3WnxW9bJHZO OIbmRHkWoytbg8NpgWI9762LX5ifiC9Lros4/p3Pyegi8npfJEC9lXIE1932pLn5 6jLJTXkb9KjM1zN0AMZLGR9MpQOvd9gzoGD+0= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 459A1BD39A; Tue, 10 Mar 2020 15:47:25 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 5E65FBD395; Tue, 10 Mar 2020 15:47:22 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Andreas Schwab Cc: =?utf-8?Q?J=C3=B6rn?= Engel , git@vger.kernel.org Subject: Re: new file mode 160000 References: <20200310184111.GD1443@cork> <87lfo8m3fu.fsf@igel.home> Date: Tue, 10 Mar 2020 12:47:20 -0700 In-Reply-To: <87lfo8m3fu.fsf@igel.home> (Andreas Schwab's message of "Tue, 10 Mar 2020 20:10:13 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: F59092AE-6307-11EA-B98B-8D86F504CC47-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Andreas Schwab writes: > On M=C3=A4r 10 2020, J=C3=B6rn Engel wrote: > >> Something weird happened to us and I have no idea how to reproduce it. >> A developer managed to create a git commit with the following content: >> >> diff --git a/foo b/foo >> new file mode 160000 >> index 000000000000..b7e7816c1266 >> --- /dev/null >> +++ b/foo >> @@ -0,0 +1 @@ >> +one line of content >> >> File name and content obfuscated, the rest is verbatim from the git >> commit. >> >> Now, file mode 160000 doesn't make sense to me. > > 0160000 is S_IFLNK in MiNT > . Yeek. That sounds like a ticking time-bomb.