commit | f8ae603238ca4daf1ae40ac965e044e4be53102b | [log] [tgz] |
---|---|---|
author | Russell Coker <russell@coker.com.au> | Thu Jun 25 15:59:32 2009 +1000 |
committer | Kurt Roeckx <kurt@roeckx.be> | Mon Nov 10 18:34:11 2014 +0100 |
tree | e9ac6a11111c751478f88714e70174323c18e32d | |
parent | bfc973f46c54b403a3049986d352223929ba812b [diff] |
Fix datarace reported by valgrind/helgrind This doesn't really fix the datarace but changes it so it can only happens once. This isn't really a problem since we always just set it to the same value. We now just stop writing it after the first time. PR3584, https://bugs.debian.org/534534 Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@openssl.org>