Fluorohydride / ygopro

A script engine for "yu-gi-oh!" and sample gui
GNU General Public License v2.0
1.85k stars 596 forks source link

DataManager: fix FormatAttribute, FormatRace, FormatSetName, FormatLinkMarker #2598

Closed salix5 closed 1 month ago

salix5 commented 1 month ago

base: #2597

Storing buffer in global array will cause race condition. If the function is called from 2 different places, the result might be wrong.