You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rhaas80 , that's a good idea. I hadn't initially worried about supporting this use case, so there may be similar checks that need to be added to other parts of the code.
kvttree_set
incorrectly freeselem->hash
when a kvtree's value hash is being set to its current hash in:Ie this:
A fix is (as in C++ with assignment of this in operator=) to check if the pointers
hash_value
andelem->hash
inKVTree/src/kvtree.c
Line 152 in cf9a903
The text was updated successfully, but these errors were encountered: