]> git.sesse.net Git - stockfish/commitdiff
Fix a crash under MSVC
authorMarco Costalba <mcostalba@gmail.com>
Sun, 16 Mar 2014 09:55:58 +0000 (10:55 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 16 Mar 2014 09:55:58 +0000 (10:55 +0100)
Using memset on a std::vector is undefined behavior,
so manually init all the data memebers of LimitsType.

Bug intorduced in 41641e3b1eea0038ab6984

No functional change.


No differences found