Files
ladybird/Libraries/LibIPC/Message.cpp
Andreas Kling 4d344e6cf7 LibIPC: VERIFY message limits when encoding outgoing messages
Add VERIFY assertions to catch bugs where we accidentally try to send
messages that exceed MAX_MESSAGE_PAYLOAD_SIZE or MAX_MESSAGE_FD_COUNT.

These are programming errors and should crash immediately so we catch
them during development, rather than silently sending invalid data.
2026-01-22 17:38:15 +01:00

1.3 KiB