Files
lightning/common
practicalswift 8df29d169c The overflow check mul_overflows_s64(int64_t, int64_t) overflows and triggers UB :-) Remove it
The overflow check `mul_overflows_s64(int64_t, int64_t)` overflows.
Since this is an signed integer overflow this triggers UB, which
in turn means that we cannot trust the check.

Luckily mul_overflows_s64(int64_t, int64_t) is unused. Removing it.
2018-03-27 23:18:48 +00:00
..
2018-03-26 01:31:21 +00:00
2018-01-29 04:46:54 +00:00
2018-02-08 22:49:34 +01:00
2018-03-16 00:16:10 +00:00
2017-11-23 23:10:08 +01:00
2017-11-16 17:40:57 +01:00
2017-12-20 12:43:10 +01:00
2018-03-06 19:26:21 +01:00
2018-03-16 00:16:10 +00:00
2018-03-27 23:17:17 +00:00
2018-01-29 04:46:54 +00:00