]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/cache: cache fixes, use substruct instead of pointer aliasing
authorMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 9 Jun 2015 17:08:35 +0000 (19:08 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 9 Jun 2015 17:08:35 +0000 (19:08 +0200)
commit080d4ffcb5624e05387985e70cb37040847991a2
tree676f29538d1127ae7fc7cedf93b2b4f0d7597d59
parentb5f3fb7bd023f835d88925c1bf4830e16b536662
lib/cache: cache fixes, use substruct instead of pointer aliasing

fixes potential cache key oob write
daemon/bindings.c
lib/cache.c
lib/cache.h
lib/layer/rrcache.c
lib/zonecut.c
tests/test.h
tests/test_cache.c
tests/test_lru.c