Q Ma
Q Ma
I ran the file compiled with hfuzz-clang and reported this error, which caused each item to crash during the fuzzing test. ``` ==28194==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000004 (pc...
``` [fabsdk/fab] 2020/05/19 02:57:40 UTC - fab.detectDeprecatedNetworkConfig -> WARN Getting orderers from endpoint config channels.orderer is deprecated, use entity matchers to override orderer configuration [fabsdk/fab] 2020/05/19 02:57:40 UTC - fab.detectDeprecatedNetworkConfig...
The program just reads fuzz_db and assigns values to protobuf randomly, right? It means that protofuzz can't be used for fuzzing test, It just scans the target program simply
``` [100%] Linking CXX executable Achain /opt/cmake-3.16.0/bin/cmake -E cmake_link_script CMakeFiles/Achain.dir/link.txt --verbose=1 /usr/bin/g++ -std=c++11 -DALP_GLOBAL_API_LOG=1 -fpermissive -rdynamic CMakeFiles/Achain.dir/Main.cpp.o -o Achain -L/usr/local/lib -L/home/h0rs3/Achain/src/Chain/libraries/api -L/home/h0rs3/Achain/src/Chain/libraries/blockchain -L/home/h0rs3/Achain/src/Chain/libraries/utilities -L/home/h0rs3/Achain/src/Chain/libraries/cli -L/home/h0rs3/Achain/src/Chain/libraries/client -L/home/h0rs3/Achain/src/Chain/libraries/db -L/home/h0rs3/Achain/src/Chain/libraries/glua -L/home/h0rs3/Achain/src/Chain/libraries/net -L/home/h0rs3/Achain/src/Chain/libraries/rpc -L/home/h0rs3/Achain/src/Chain/libraries/rpc_stubs...
## Instructions ### Problem I encountered an issue with transaction encoding, where the transaction ID returned by calling the `ID()` function does not match the transaction ID found on the...