mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
Arguments of an unknown type cannot be skipped and continuing to parse a format string after encountering an unknown format specifier leads to undefined behaviour. This patch helps to find use of unsupported formats.