97edca3bc9441eb5c99ed56e7d67b083931215b0
found crash while changing operator string size. Shrinking arrays never worked right. rather then "newlen * sizeof(...)", it would memcpy "newlen * oldlen * sizeof(...)" which always goes over the array bounds.
temp workaround [#26397] Console error when selecting certain entries in the Help Menu (Report a Bug)
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%