Receive daily AI-curated summaries of engineering articles from top tech companies worldwide.
Endigest AI Core Summary
This post explains how a memory optimization change in Cloudflare's 1.1.1.1 DNS resolver accidentally reversed the order of CNAME records in DNS responses, causing widespread resolution failures on January 8, 2026.
•The code change in fill_cache() switched from prepending CNAMEs to appending them, placing CNAME records after A/AAAA records in responses
•DNS clients like glibc's getaddrinfo() parse records sequentially and expect CNAME records before address records, so reversed order caused empty results