stuartly
stuartly
I try to fuzz router and find crashes, the debug info indicated that the crash is caused at config.c:180. The debug infor is as below: (gdb) r -c FUZZ/afl-output/crashes/id:000004,sig:11,src:000165,op:havoc,rep:16 Starting...
I try to fuzz router and find crashes, the debug info indicated that the crash is caused at config.c:202. (gdb) r -c FUZZ/afl-output/crashes/id\:000000\,sig\:11\,src\:000108\,op\:havoc\,rep\:2 Starting program: /home/stly/Documents/FuzzTarget/jabberd2/router/router -c FUZZ/afl-output/crashes/id\:000000\,sig\:11\,src\:000108\,op\:havoc\,rep\:2 [Thread debugging...
Hi, I installed jabberd2 as the tutoral (https://github.com/jabberd2/jabberd2/wiki/InstallGuide-QuickStartGuide). When I want to start the jabberd using command "sudo /usr/local/bin/jabberd" , it show "ERROR: router died. Shutting down server." when I...