Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
something about neo_hash   Message List  
Reply Message #1305 of 1362 |
Re: something about neo_hash

Can you provide test cases for whatever bug you think these fix?

Brandon

On 06/03/09 bigmaliang@... uttered the following other thing:
> Hi,
>
> This is something confused me in neo_hash mode:
>
> 1, dose neo_hash.c line 146 should change to
>
> node = _hash_lookup_node(hash, *key, NULL);
>
>
> 2, and before we judge if (*node) in line 163, should we judge if (node) first
? Because the *key parameter can be null, and so node is null.
>
>
> 3, it seems that
>
> #define hash_insert ne_hash_insert
>
> is missing in ClearSilver.h
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
--
"Its much more fun to be sand than oil in the machinery of life."
http://www.fiction.net/blong/



Wed Jun 3, 2009 8:31 am

blong42
Offline Offline
Send Email Send Email

Message #1305 of 1362 |
Expand Messages Author Sort by Date

Hi, This is something confused me in neo_hash mode: 1, dose neo_hash.c line 146 should change to node = _hash_lookup_node(hash, *key, NULL); 2, and before we...
bigmaliang@...
bigmaliang...
Offline Send Email
Jun 3, 2009
6:22 am

Can you provide test cases for whatever bug you think these fix? Brandon ... -- "Its much more fun to be sand than oil in the machinery of life." ...
Brandon Long
blong42
Offline Send Email
Jun 3, 2009
8:32 am

#include <stdio.h> #include <stdlib.h> #include <unistd.h> #define __USE_GNU #include <string.h> #include "ClearSilver.h" #define RETURN_V_NOK(err, v)...
bigmaliang@...
bigmaliang...
Offline Send Email
Jun 4, 2009
1:45 am

Yeap, you're right, your fixes will be in the next release. Brandon ... -- "You know your god is man-made when he hates all the same people you do." -- M....
Brandon Long
blong42
Offline Send Email
Jun 26, 2009
10:25 pm
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help