bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hurd bug in libdiskfs (patch included)


From: lilachaze
Subject: Hurd bug in libdiskfs (patch included)
Date: Fri, 11 Oct 2002 19:31:29 +0100
User-agent: KMail/1.4.3

Hi.

libdiskfs has a nasty bug moving directories in a special case:

If the source dir's parent is not writable by you, but the dir itself is, and
you try to move it, the ext2fs server crashes leaving your fs corrupted. The
cause is that it doesn't check to see if the source dir's parent is writable
before starting the move operation.

I've put a call to fshelp_checkdirmod in. To apply the patch:

$ cd libdiskfs
$ patch < dir-renamed.patch

Richard Smith

Attachment: dir-renamed.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]