Error "the system detected an overrun of a stack-based buffer in this application "
Hello, since some customers of ours got the latest upgrades Windows 11 upgrades at the end of April, they're getting the error in the title when opening or saving projects.
Our software is written in Visual C++, we are shipping with the latest VCRedist available, and we already tried reinstalling it, but nothing changed.
The issue disappeared eventually when the last Windows 11 upgrade was removed, but it's hard to tell when it will be restored from Windows Update, also we don't consider that procedure correct for our customers.
Debugging our software, we found the crash happens when calling the CFileDialog init dialog, so it's something in MFC classes that is not handled correctly.
We already tried all the procedures you may find, like DISM /RestoreHealth and sfc /scannow, but nothing worked.
Any help would be really appreciated.