Andrey Antukh cc68024d43 🐛 Add recursion depth limit to Fressian reader
Bound read depth at 128 levels to prevent StackOverflowError from
crafted deeply-nested payloads. All recursive read handlers go
through read-object!, so a single depth check covers all paths.

AI-assisted-by: mimo-v2.5
2026-08-03 18:26:47 +02:00
..