holzschu / ios_system

Drop-in replacement for system() in iOS programs
BSD 3-Clause "New" or "Revised" License
891 stars 146 forks source link

Increase maximum columns and rows. #135

Closed yury closed 1 year ago

yury commented 1 year ago

On large displays it is possible to set cols >= 1000. That value doesn't fit allocated char arrays and app crashes.

columns and rows now 5 char buffers and also added limits to max 9999.

holzschu commented 1 year ago

I didn't think that could happen. Thank you for the fix!

holzschu commented 1 year ago

And this PR is the signal to create a new release, with tag v3.0.2.