CVE-2026-31630 is a small-looking Linux kernel fix with a larger lesson: buffer sizing still matters, even in diagnostic paths that most users never touch. The flaw sits in the AF_RXRPC procfs code, where socket addresses were formatted into fixed 50-byte stack buffers even though a current...