maflcko

Results 1106 comments of maflcko

Most fuzz engines will create the dictionary themselves, by extracting the string literals. If not, `-use_value_profile=1` may be useful to "recover" the RPC name. If you look at the coverage...

utACK 22574046c90c0662f3aa9b1baea074aff54f92a9

It looks like #99 is closed, but on the latest version (alpha3), the error message is still there

I know nothing about the build system, but I think it is possible to disable warnings for subtrees?

See also: * https://github.com/KDE/heaptrack#comparison-to-valgrinds-massif * https://github.com/gperftools/gperftools

https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#running-clang-tidy

# IPV6 `git clone https://gitlab.com/ipv6-mirror/bitcoin-core.git --depth=1 ./bitcoin-core` ```diff diff --git a/depends/Makefile b/depends/Makefile index 27bf804..768db6b 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -45,7 +45,7 @@ NO_USDT ?= NO_NATPMP ?= MULTIPROCESS ?= LTO...

* Scan the existing chains (main, test3, signet, regtest) for "interesting" txs. That is, collect all txs that cover previously uncovered parts of the script execution * Serialize them into...

Idea taken from https://github.com/bitcoin/bitcoin/pull/11739#issuecomment-346515145