Files
Stockfish/src
Marco Costalba fe99de20ff Correct zero-init of Thread data members
If not explicitly initialized in a class constructor,
then all data members are default-initialized when
the corresponing struct/class is instanced.

For array and built-in types (int, char, etc..)
default-initialization is a no-op and we need to
explicitly zero them.

No functional change.
2017-01-05 08:50:17 +01:00
..
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2017-01-02 09:33:40 +01:00
2016-09-16 08:30:06 +02:00
2016-09-17 09:51:20 +02:00
2016-11-27 14:43:52 +01:00
2016-09-02 08:25:17 +02:00
2016-11-26 07:04:17 +01:00
2016-11-22 07:56:04 +01:00
2016-09-25 10:45:10 +02:00
2016-12-05 18:49:07 +01:00
2016-09-03 00:04:20 +02:00
2017-01-01 10:56:46 +01:00
2017-01-01 10:56:46 +01:00
2017-01-01 11:28:50 +01:00
2016-12-11 20:05:25 +01:00
2016-11-05 08:05:22 +01:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-08-27 12:16:13 +02:00
2016-11-26 16:49:59 +01:00
2016-11-05 08:05:22 +01:00