DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 45EINPew773009 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=TlqjgLYl X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 812333882AC5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1718389403; bh=JK8JlWEr2o7J+s9mVxu7amBH0s3tVe6yAurna8n7gPY=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=TlqjgLYlGlDXiPubJqwXv/4xGb6j6Zm4Ai/AG4fbxB2FKjNnl5ZJwk0b8ulO1tteX vyBU48DJ2jEnZopky9HN7VKwSHPSpH6iCYmq/6fqO8Dujfpxi1xIrdJ+l65jglScfa DzCmcRBZImtcPHRRz9gfBFQLW5pJl0wM+B/TygUw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4B4C73882100 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 4B4C73882100 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718389351; cv=none; b=D56Pjpg2PLEu8IFE3bnGMsuUFmcQARwCRWR4VRjnz28Z0KGBYyg2NNie+jTJQ3N/9Hqdh/FCFF/3x8wGKwCHawlJ8UJ3rQH67d2A4SPLPrpvwByCyXlENjQfZ1z5SDjJ/9zoM4JhiKaF1bNno6i32pak3nfVX/kOKx0euuD/MeE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718389351; c=relaxed/simple; bh=JnqCqxiRpIXUm7Rhtgu5c+HgwNQzQwPy9I2Jya45ICo=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=M2af3PBmAchoGa17oQ8v7nlfSowxBTNiHg7DfJDWhlnPAhNJyY9ekNt06Z1wQ+TPf3g0v2QJDHcNEQuzJBjx6WdPfVAbK8tUW6o6HW9gW2WeDCuIFfI1j2SCv38vWb/lHtarLlWRvYx4LqrBpqgFiBH3xCw2PaU6jHrHg4ju4CA= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Fri, 14 Jun 2024 11:22:26 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: cygwin AT cygwin DOT com Subject: Re: unable to remove oddly-named directory In-Reply-To: <6f296b1c-ad43-81e3-163b-4bc4d1b8ed4c@jdrake.com> Message-ID: <834f1086-4a7d-b970-bf1d-409ceaa77341@jdrake.com> References: <6f296b1c-ad43-81e3-163b-4bc4d1b8ed4c AT jdrake DOT com> MIME-Version: 1.0 X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Thu, 13 Jun 2024, Jeremy Drake via Cygwin wrote: > Thankfully, this can be simply reproduced with the following two bash > commands (on cygwin 3.5.3): > > mkdir -p foo/$'\uD800' > rm -rf foo Eliot Moss replied to me privately, and I confirmed as well, that this does not occur with Cygwin 3.5.1-1. So this appears to be a regression in 3.5.3. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple