[sanitizer] Fix compilation of the test

This commit is contained in:
Vitaly Buka 2021-11-01 21:50:21 -07:00
parent e9ea992496
commit 8cabd8f0d2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ int main(int argc, char **argv) {
return 0;
}
posix_spawnattr_t attr = {};
posix_spawn_file_actions_t file_actions = {};
posix_spawnattr_t attr = {0};
posix_spawn_file_actions_t file_actions = {0};
char *const args[] = {
argv[0], "2", "3", "4", "2", "3", "4", "2", "3", "4",