Re: [dm-devel] Segment fault in datastruct/hash.c
Xinwei Hu <[email protected]> Tue, 3 Nov 2009 11:34:58 +0800
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
2009/11/3 Alasdair G Kergon <[email protected]>: > On Wed, Oct 28, 2009 at 11:52:52AM +0800, Xinwei Hu wrote: >> ? I generate a patch against the latest git tree. Please consider it >> for inclusion. > > Applied. > >> --- a/libdm/datastruct/hash.c >> +++ b/libdm/datastruct/hash.c >> @@ -143,9 +143,13 @@ static struct dm_hash_node **_find(struct dm_hash_table *t, const char *key, > >> + ? ? ? ? ? ? if ((*c)->keylen != len) >> + ? ? ? ? ? ? ? ? ? ? continue > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^ Sorry about that. I copied tested patch into git manually at that time. Thought it's too simple to make a mistake, but I'm wrong -_-!! > (Did you try the patch?) > Yes, the original patch is tested and worked. > Alasdair > >