mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-26 00:03:11 +03:00
sscanf is only defined on nul terminated string input, but '\0' was missing in this test which caused _IO_str_init_static_internal to read OOB on the stack when computing the bounds of the string. Reviewed-by: Florian Weimer <fweimer@redhat.com>
4.0 KiB
4.0 KiB