Files
palladum-lightning/common
Niklas Gögge 123166790f common: Fix off-by-one in from_bech32_charset
`bech32_charset_rev` is only 128 bytes in size but the `c < 0 || c > 128` check allows for `c` to be equal to 128 which would be out-of-bounds. Fix this off-by-one bug by changing the check to `c >= 128`.
2024-05-18 10:02:43 +02:00
..
2021-11-14 18:49:46 +01:00
2023-09-21 20:08:24 +09:30
2023-09-21 20:08:24 +09:30
2023-06-23 13:12:42 +09:30
2024-03-07 14:09:14 +01:00
2022-09-19 10:18:55 +09:30
2022-01-20 15:24:06 +10:30
2022-01-20 15:24:06 +10:30
2023-09-21 20:08:24 +09:30
2023-07-11 11:41:15 +09:30
2023-07-11 11:41:15 +09:30
2024-03-07 14:09:14 +01:00
2024-03-07 14:09:14 +01:00
2023-09-21 20:08:24 +09:30
2023-09-21 20:08:24 +09:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00