Skip to content
Commit b866018f authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

Fix missing NUL terminator in stdio-common/scanf13 test



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: default avatarFlorian Weimer <fweimer@redhat.com>
parent 6a3794ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment