Sebastian Falbesoner
|
1786be7b4a
|
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-build-config.h
Follow-up for PR #30856, commit 0dd66251.
-BEGIN VERIFY SCRIPT-
sed -i "s|config/bitcoin-config\.h|bitcoin-build-config.h|g" $(git grep -l config/bitcoin-config\.h)
sed -i "s|bitcoin-config\.h|bitcoin-build-config.h|g" $(git grep -l "bitcoin-config\.h" ./src ./test ./cmake)
git mv ./cmake/bitcoin-config.h.in ./cmake/bitcoin-build-config.h.in
-END VERIFY SCRIPT-
|
2024-10-10 12:22:12 +02:00 |
|
Hennadii Stepanov
|
c07fdd6546
|
fuzz: Don't compile BDB-specific code on MSVC in wallet_bdb_parser.cpp
|
2024-09-06 12:19:27 +01:00 |
|
MarcoFalke
|
fa7bc9bbca
|
fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek error
|
2024-06-19 13:39:43 +02:00 |
|
Ava Chow
|
9ddf39dd87
|
fuzz: Handle missing BDBRO errors
Adds error messages that were not being handled. Also removes error
messages that no longer exist.
|
2024-05-29 05:01:21 -04:00 |
|
MarcoFalke
|
fac7298529
|
fuzz: Fix wallet_bdb_parser stdlib error matching
|
2024-05-24 14:21:30 +02:00 |
|
TheCharlatan
|
4d7a3ae78e
|
Berkeley RO Database fuzz test
|
2024-05-16 15:03:13 -04:00 |
|