Files
ghostty/src/terminal
Mitchell Hashimoto 12f43dfb7d fix(terminal): bounds check params in DCS passthrough entry
When a DCS sequence has more than MAX_PARAMS parameters, entering
dcs_passthrough would write to params[params_idx] without a bounds
check, causing an out-of-bounds access. Drop the entire DCS hook
when params overflow, consistent with how csi_dispatch handles it.

Found by AFL fuzzing.
2026-02-28 21:11:40 -08:00
..
2025-11-27 13:37:53 -08:00
2026-01-08 13:50:43 -06:00
2026-02-19 14:10:33 -08:00
2025-12-26 00:27:08 +07:00
2025-10-24 07:26:04 -07:00
2025-11-27 13:37:53 -08:00
2026-02-19 20:17:47 -08:00
2025-10-23 21:10:25 -07:00
2025-12-03 13:27:36 -08:00
2025-03-12 09:55:52 -07:00
2025-11-27 13:37:53 -08:00
2026-01-31 11:03:21 -08:00
2025-11-27 13:37:53 -08:00
2025-11-27 13:37:53 -08:00
2026-02-19 14:10:33 -08:00