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

fix DataManager::Format* #2595

Closed salix5 closed 1 month ago

salix5 commented 1 month ago

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

@mercury233 @purerosefallen

mercury233 commented 1 month ago

need test for performance

salix5 commented 1 month ago

wait #2597