mirror of
https://github.com/fankes/termux-app.git
synced 2025-10-20 02:19:28 +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.