Ensure that we do not allocate strings bigger than 4G in String objects.
This is needed as we are using uint32 for allocated and current length.
Showing
Please register or sign in to comment
This is needed as we are using uint32 for allocated and current length.