mirror of https://github.com/fltk/fltk.git
Browse Source
As discussed in fltk.general, valgrind reported errors when gl_draw() is called and the text is converted to a texture (i.e. when testing whether the texture already exists). We need a length check to make sure we don't overrun text buffers. See threads "gl_draw" and "gl_draw - [General Use]", respectively, started on Jun 19, 2019.pull/34/head
1 changed files with 7 additions and 3 deletions
Loading…
Reference in new issue