From: Martin Röder
The AVL tree traversal in both functions systematically misses the last
AVL tree element. This can lead to duplicate cache entries and lookup failures.
The fix duplicates the correct AVL tree traversal approach of
cache_dump_recursive().
Signed-off-by: Martin Röder
---
cac
From: Martin Röder
Hi Daniel,
thank you for pointing me to git-send-email. That allows me to bypass the whole
Notes mess
and I hope it will lead to an acceptable patch.
Best,
Martin
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
h
Hi John,
I would like to submit a patch for the OpenWrt package umdns. The patch
fixes a bug in the cache.c functions cache_record_find() and
cache_host_is_known(). In both functions, the last element of the AVL tree
is systematically missed, which can lead to duplicate cache entries and
looku