]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 21 Jul 2008 21:06:46 +0000 (21:06 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 21 Jul 2008 21:06:46 +0000 (21:06 +0000)
commit74bd40d85cf70fa8b8b4d9280efbb721c8ef4796
treeb619620d431c4369096484516d6a6fc3692d6e01
parentbe44991baa5282279eb14a18294d78d7358ac3ec
On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom.
Since python doesn't provide any particular random data, it seems more reasonable anyway.
Modules/posixmodule.c