Hey all -

I'm looking through the state machine code generator in codegen.c and it
seems that the hash function used does the same thing as the string hash
bug I found earlier this month (using h uninitialized).  I imagine it'd be
a rare case when it happens but using uninitialized memory could lead to
the hash generating different hashes for the same string.  The variable in
question is on line 130.  Would there be any ramifications I'm not
thinking of with fixing it so that it's consistent?

- Dave




_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to