mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-05 02:05:25 +08:00
When the number of parameters in a CSI control code exceeds the size of the mArgs array, the code may attempt to read past the end of the array, resulting in a force close of the app. Stop the index from moving past the last element of the mArgs array.