Files
bitcoin/src/test/fuzz
Sebastian Falbesoner 5deb053a75 fuzz: fix dead HD keypaths (de)serialization round-trip
`DeserializeHDKeypaths()` was writing into the original `hd_keypaths`
map instead of `deserialized_hd_keypaths`. As a result the latter was
always empty and the round-trip assertion following was trivially true,
so the serialize/deserialize round-trip wasn't actually being exercised.

That bug was introduced with the commit introducing the fuzz target
(commit f898ef65c9, #18994).
2026-06-07 20:56:03 +02:00
..
2026-05-16 03:36:51 +10:00
2026-04-29 14:51:47 -07:00