Просмотр исходного кода

Fix uninitialized variable.

Valgrind complains if any data passed to a syscall is uninitialized,
even though logically, kernel will not use part of it. This commit
shuts down the warning.


[SVN r46159]
Vladimir Prus 18 лет назад
Родитель
Сommit
9f4893a78c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/test

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit 3ee7c0990d8011dbf6e239f480054ae1661ae7bc
+Subproject commit 41eb47789f6e518bba4f2f948bde828761b4d492

粤ICP备19079148号