"vscode:/vscode.git/clone" did not exist on "291e6bccf32e8b6e792482f577304df8f0636903"
Increase string2ld's buffer size (and fix HINCRBYFLOAT)
The string representation of `long double` may take up to ~5000 chars (see PR #3745). Before this fix HINCRBYFLOAT would never overflow (since the string could not exceed 256 chars). Now it can.
Please register or sign in to comment