Simon Tatham
8872a97ebd
gtkask.c: use dedicated PRNG for initial area choice.
...
At Coverity's urging, I put in an instance of the Fortuna PRNG in
place of the use of rand() to select which drawing area to light up
next on a keypress. But Coverity turns out to be unhappy that I'm
still using rand() to select the _initial_ area, before the user
enters any input at all.
It's even harder to imagine this being a genuine information leak than
the previous complaint. But I don't really see a reason _not_ to
switch it over, now it's been pointed out.
2019-07-23 19:58:48 +01:00
..
2014-02-22 18:01:32 +00:00
2018-11-03 13:47:29 +00:00
2019-07-23 19:58:48 +01:00
2018-11-03 13:45:00 +00:00
2018-12-01 17:04:44 +00:00
2018-11-03 13:45:00 +00:00
2019-03-20 11:39:05 +00:00
2018-11-03 13:45:00 +00:00
2019-06-30 15:02:30 +01:00
2018-12-01 17:04:44 +00:00
2018-11-03 13:45:00 +00:00
2019-04-13 19:13:45 +01:00
2018-11-03 13:45:00 +00:00
2018-11-03 13:45:00 +00:00
2019-07-10 20:47:09 +01:00
2017-12-20 10:04:02 +00:00
2019-03-31 10:35:10 +01:00
2017-11-26 11:45:48 +00:00
2016-03-23 22:22:48 +00:00
2017-11-26 11:45:48 +00:00
2016-03-23 22:22:48 +00:00
2019-04-13 19:13:45 +01:00
2019-03-02 06:54:17 +00:00
2019-03-16 12:25:23 +00:00
2018-10-21 10:16:16 +01:00
2018-11-03 13:45:00 +00:00
2019-05-05 10:14:24 +01:00
2019-03-16 12:25:23 +00:00
2018-06-03 15:15:51 +01:00
2018-04-26 07:21:16 +01:00
2019-03-26 19:19:28 +00:00
2019-03-31 11:14:13 +01:00
2017-02-15 19:32:42 +00:00
2019-05-05 20:28:00 +01:00
2018-11-03 13:45:00 +00:00
2019-05-05 20:28:00 +01:00
2019-06-18 06:58:51 +01:00
2019-03-26 18:44:19 +00:00
2019-02-06 21:46:10 +00:00
2019-05-05 08:39:15 +01:00
2019-01-23 22:36:17 +00:00
2019-04-01 20:04:48 +01:00
2018-11-03 13:45:00 +00:00
2019-03-16 12:25:23 +00:00
2019-03-20 11:39:05 +00:00
2019-05-08 08:28:02 +01:00
2019-05-05 10:14:24 +01:00
2019-03-26 18:44:19 +00:00
2019-03-20 13:09:34 +00:00
2018-11-03 13:45:00 +00:00
2019-04-13 19:13:45 +01:00
2018-11-03 13:45:00 +00:00
2019-03-26 19:19:28 +00:00
2019-02-28 20:15:38 +00:00
2018-05-09 09:21:27 +01:00
2003-04-27 11:10:48 +00:00
2007-01-07 10:17:12 +00:00
2007-01-07 10:17:12 +00:00
2007-01-07 10:17:12 +00:00
2007-01-07 10:17:12 +00:00