Files
ladybird/Libraries/LibIPC/Decoder.h
Andreas Kling b4cbd321d9 LibIPC: Add additional validation for decoded values
Also add upfront bounds checking for variant indices before entering
the recursive template, allowing us to convert the template's fallback
error into VERIFY_NOT_REACHED() since the index is now guaranteed to
be valid when we enter the recursive decode.
2026-01-22 17:38:15 +01:00

5.8 KiB