Files
wxWidgets/tests/misc
dxbjavid 18582927af Fix out-of-bounds read on trailing % in wxFileType::ExpandCommand()
A command ending in a bare '%' made the loop advance in this function
advance past the end of string.

Fix this by handling only non-trailing '%' specifically

Closes #26531.
2026-05-31 00:57:30 +02:00
..