Commit ba911c2
committed
stress-signet: ensure t is initialized to 0.0 for finish exit path
Currently t is not initialized, and exit path via finish uses
this unitialized value. Ensure it is initialized at declaration time.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>1 parent a2b055d commit ba911c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments