mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
support: Add options list terminator to the test driver
This avoids crashes if a test is passed unknown options. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
eb0e50e9a1
commit
c2a474f461
@ -155,6 +155,7 @@ main (int argc, char **argv)
|
|||||||
{
|
{
|
||||||
CMDLINE_OPTIONS
|
CMDLINE_OPTIONS
|
||||||
TEST_DEFAULT_OPTIONS
|
TEST_DEFAULT_OPTIONS
|
||||||
|
{ 0, }
|
||||||
};
|
};
|
||||||
test_config.options = &options;
|
test_config.options = &options;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user