Allocate big enough buffer for text conversion
Buffer for conversion from Unicode to ASCII7 can be small in some cases leading to invalid writes which can result in crash. This commit increases size of the buffer.
Showing
Please register or sign in to comment