[PATCH 1/7] winegcc: generate deterministic temporary filenames

Marko Semet marko at marko10-000.de
Wed Jun 24 08:36:15 CDT 2020


Using xorshift* as pseudorandom number generator. It get initialised
with the environment (sorted by name) and arguments.

Signed-off-by: Marko Semet <marko at marko10-000.de>
---
 tools/winegcc/utils.c   | 156 ++++++++++++++++++++++++++++++++++++++++
 tools/winegcc/utils.h   |   7 ++
 tools/winegcc/winegcc.c |   5 +-
 3 files changed, 166 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winegcc-generate-deterministic-temporary-filenames.patch
Type: text/x-patch
Size: 5932 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200624/f00fa986/attachment.bin>


More information about the wine-devel mailing list