|
|
|
|
|
by pvg
2303 days ago
|
|
In what way? 'Temporal' fuzzing to an eon-like range of two seconds seems, naively at least, entirely impractical. Edit: a somewhat different way of putting this concretely - what is a practical stochastic testing regime that can reasonably be expected to find this bug? |
|
They could easily test "Do X, wait 100 years, do Y".
You find all kinds of wired bugs when you do that - things that poll, for example Cron daily, will have to be run 36500 times. Certificates expire. Counters overflow. Date systems can't convert the date to and from strings. Logfiles get too big. Etc.