Files
bitcoin/src/util
Vasil Dimov edb41e4814 util: use explicit cast in MultiIntBitSet::Fill()
The current code does not have a bug, but is implicitly casting -1 to
65535 and the sanitizer has no way to know whether we intend that or
not.

```
FUZZ=bitset src/test/fuzz/fuzz /tmp/fuz

error: implicit conversion from type 'int' of value -1 (32-bit, signed)
to type 'value_type' (aka 'unsigned short') changed the value to 65535
(16-bit, unsigned)

Base64: Qv7bX/8=
```
2024-12-05 16:55:36 +01:00
..
2023-03-23 12:55:18 +01:00
2024-08-06 01:38:10 +02:00
2024-08-06 01:38:10 +02:00
2023-12-11 17:42:05 +01:00
2021-05-11 10:38:18 +02:00
2022-12-24 23:49:50 +00:00
2024-01-05 11:22:31 +01:00
2021-12-30 19:36:57 +02:00
2022-12-24 23:49:50 +00:00
2021-03-04 18:24:00 +01:00
2024-01-05 11:22:31 +01:00
2024-06-11 16:28:11 +00:00