Skip to content

ext_frameworks: Fix potential buffer overflow on Windows

Fixes a buffer overflow found with Application Verifier that happens due to the non-standard behaviour of msvcrt's _vsnprintf.

CCBUG: 444614 https://bugs.kde.org/show_bug.cgi?id=444614

Merge request reports