579 B
579 B
UNDF: UNDF-2026-000000169
Memcached CWE-407 Scan — CLEAN
Scan date: 2026-03-28
Findings
assoc.c:70assoc_find()— hash bucket walk O(chain length). Hash pre-computed by caller, averages O(1). Not called in nested loops.items.ceviction loop — LRU tail walk bounded attries=5. Not quadratic.crawler.c— LRU crawler callsassoc_find()once per item with pre-computed hash.thread.c— connection queue usesSTAILQpush/pop, no membership scan.
Conclusion
Memcached uses pre-hashed keys throughout. No CWE-407 defects found.