fCorleone

Results 22 comments of fCorleone

The error messages in log are shown as: ``` error|2022-01-14 07:27:11.433701|[EXECUTOR]BCOS Error: /data/fisco-3.0/FISCO-BCOS-3.0-rc2-origin/FISCO-BCOS/bcos-executor/src/executive/TransactionExecutive.cpp(171): Throw in function void bcos::executor::TransactionExecutive::externalAcquireKeyLocks(std::string) Dynamic exception type: boost::wrapexcept std::exception::what: Dead lock detected, revert transaction: 3 ```...

I believe another issue occurred when I running train_c. The input file has been put at :https://github.com/fCorleone/fuzz_programs/blob/master/thulac/issue2_testcase. It's another SEGV signal issue: ``` ASAN:SIGSEGV ================================================================= ==13658==ERROR: AddressSanitizer: SEGV on unknown...

Yes, for the reason that I want to write a program that could parse a contract and get the function name of the contract, and automatically call the functions. But...

Another buffer overflow has been detected, it's a heap buffer overflow. I was running program pbc as: ./pbc testcase2 which testcase2 is put at: https://github.com/fCorleone/fuzz_programs/blob/master/pbc/testcase2 and the heap buffer overflow...

Another SEGV signal has been found when running addressbook program, I did a simple change in addressbook.c, I just give a parameter to main function and I use file descriptor.pb...

I believe there is another SEGV problem , when I was running pbc with the input of float.pb: ``` ================================================================= ==22328==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000008 (pc 0x000000415c70 bp...

Another SEGV problem has been found: ``` ================================================================= ==15225==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000008 (pc 0x000000406e0f bp 0x7ffec150f760 sp 0x7ffec150f740 T0) #0 0x406e0e in pbc_pattern_set_default src/pattern.c:65 #1 0x40239b in...