2010-11-02 11:52:11

by Roman Borisov

[permalink] [raw]
Subject: ext3 patches related to uninitialized memory references

Hello,

Do you have a plans for next patches commitment?

[PATCH 1/2] ext3: Avoid uninitialized memory references with a corrupted
htree directory
http://www.spinics.net/lists/linux-ext4/msg21215.html

[PATCH 2/2] ext3: Use search_dirblock() in ext3_dx_find_entry()
http://www.spinics.net/lists/linux-ext4/msg21216.html

I've found only the same patches for ext4 but not for ext3.

Thanks,
Roman


2010-11-02 14:26:42

by Theodore Ts'o

[permalink] [raw]
Subject: Re: ext3 patches related to uninitialized memory references

On Tue, Nov 02, 2010 at 02:55:19PM +0300, Roman Borisov wrote:
> Hello,
>
> Do you have a plans for next patches commitment?
>
> [PATCH 1/2] ext3: Avoid uninitialized memory references with a
> corrupted htree directory
> http://www.spinics.net/lists/linux-ext4/msg21215.html
>
> [PATCH 2/2] ext3: Use search_dirblock() in ext3_dx_find_entry()
> http://www.spinics.net/lists/linux-ext4/msg21216.html
>
> I've found only the same patches for ext4 but not for ext3.

The patches were sent out; I'll resend them to Jan Kara, who has been
maintaining ext3.

- Ted