Author :
Niklas Haas
Date :
2021-07-19 11:26:54
Hash :76007427 Message :kmsdrm: Properly zero-initialize CreateInfo structs
As written, these contain undefined stack contents, which in practice
causes crashes/hangs and/or triggers the validation layers (they
complain about `pNext` and `flags` not being NULL).