nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.83k stars 7.66k forks source link

stb_textedit: fix out-of-bounds selection when performing undo/redo while text is selected #1586

Open hobby8 opened 7 months ago

hobby8 commented 7 months ago

Fixes #1103. Reproduce the bug by selecting all text, then performing an undo/redo operation that deletes some part of it. That will result in a value of state->select_end beyond STB_TEXTEDIT_STRINGLEN(), leading to crashes in code that use the library.