This repository has no description

fix(terminal): bounds check params in DCS passthrough entry master

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.


Author Mitchell Hashimoto Date Commit 12f43dfb Parent 14994919 Change ID tsmrqzqm
+27
1 changed file