Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for pointing out. Actually, in zAVLTree only zAVLSearch matters for the runtime (and the code in sh_hash.c is already fixed in svn), but it's nice to see someone else having a good look at the code and spotting such issues. Comitted as r16.
Note:
See TracTickets
for help on using tickets.
In the same vein, but a different part of the code, if strcmp() returns zero, the strings being compared are guaranteed to be the same length. Thus, the following small patch: