Browse Source
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.ppa-0.6.1
practicalswift
7 years ago
committed by
Rusty Russell
1 changed files with 0 additions and 10 deletions
Loading…
Reference in new issue