mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +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
|
||||
TEST_DEFAULT_OPTIONS
|
||||
{ 0, }
|
||||
};
|
||||
test_config.options = &options;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user