mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
Knot DNS - DNS autoritaire haute performance
Buffer was not used (wrong check). Item which caused error in insertion (infinite loop while buffer full) was being deleted in the test function even though it may have been inserted into the table. (This was causing the invalid pointer error.) Simplified ck_insert_item(). |
||
|---|---|---|
| bitset.c | ||
| bitset.h | ||
| common.c | ||
| common.h | ||
| cuckoo-hash-table.c | ||
| cuckoo-hash-table.h | ||
| cuckoo-test.c | ||
| dns-simple.c | ||
| dns-simple.h | ||
| hash-functions.c | ||
| hash-functions.h | ||
| Makefile | ||
| socket-manager.c | ||
| socket-manager.h | ||
| test-all-cz-zones | ||
| universal-system.c | ||
| universal-system.h | ||