Files
bitcoin/src
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-21 17:53:56 +02:00
2026-02-16 16:09:30 -03:00
2026-04-20 08:55:51 +02:00
2026-02-25 14:36:19 -08:00
2026-03-04 15:06:34 +01:00
2026-04-29 15:04:22 -07:00
2026-04-28 10:37:15 +02:00