SECURITY UPDATE: integer overflow in compressed-token decoder allows
memory disclosure to a malicious sender
debian/patches/CVE-2026-43618.patch: cap rx_token at MAX_TOKEN_INDEX
and add overflow checks in recv_compressed_token_num/run; add
CHUNK_SIZE bound check in simple_recv_token; initialize data=NULL
per iteration and validate literal token pointer in receiver