You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WideCharToChar in UEncodings the 1st call to WideCharToMultiByte passes reference to Dest array, before that array's size has been set. Instead of passing Dest, nil should be passed here.
delphidabbler
added
completed
Work has been completed on this issue and changes have been committed to `develop` branch..
and removed
accepted
Accepted for implementation / fixing
labels
Apr 4, 2023
In
WideCharToChar
inUEncodings
the 1st call toWideCharToMultiByte
passes reference toDest
array, before that array's size has been set. Instead of passingDest
,nil
should be passed here.Instead of
uses
The text was updated successfully, but these errors were encountered: