JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.01k stars 614 forks source link

[MP] fix off-by-one in TruncateGLExtensionsString #1175

Closed Razish closed 1 year ago

Razish commented 1 year ago

...which affects mods not derived from OJK.

UI_DrawGLInfo has an array of size 128, which was being filled from a GL extensions string of 129 words and displaying garbage in the UI. Discovered by @Daggolin

image

Ref #472