lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 27 Jan 2022 07:27:07 +0000
From:   Maxim Blinov <maxim.blinov@...ecosm.com>
To:     linux-ext4@...r.kernel.org
Subject: Re: Help! How to delete an 8094-byte PATH?

I forgot to mention in the first email: I'm running Ubuntu 20.04 in a
RISC-V QEMU image, so it's not exactly your standard setup.

I've also made an interesting observation. If I descend to the very
bottom of the directory tree, I can trigger the following behaviour:
```
$ mkdir b
$ ls
a  b
$ rmdir b
rmdir: failed to remove 'b': File name too long
```
(the file 'a' was created from an earlier experiment.)

Powered by blists - more mailing lists