• Chris Bracken's avatar
    Check string size before Win32 MultiByte <-> WideChar conversions (#99729) · b5d3c432
    Chris Bracken authored
    This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
    
    This is to prevent resize() from failing if called with a count > std::string::max_size().
    
    According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
    
    Authored by: Tomasz Gucio <tgucio@gmail.com>
    b5d3c432
Name
Last commit
Last update
..
app Loading commit data...
app_shared Loading commit data...
app_test_widget/test Loading commit data...
cocoapods Loading commit data...
module Loading commit data...
package Loading commit data...
plugin Loading commit data...
plugin_ffi Loading commit data...
plugin_shared Loading commit data...
skeleton Loading commit data...
README.md Loading commit data...
template_manifest.json Loading commit data...