Ashish Kumar

Results 6 comments of Ashish Kumar

looks like honggfuzz version is causing the issue. I tried following honggfuzz version (based on the tags in honggfuzz repo) alongwith latest FFW repo. hongfuzz version 1.9 : sancov parameter...

while trying to connect from ffw to honggfuzz we are using AF_UNIX socket with socket file as parameter while doing testServerConnection in network we are using AF_INET with localhost and...

Looks like issue is in the fuzz binary creation - I used clang while honggfuzz was compiled using gcc. Fixed above issues when I compiled the fuzz binary with gcc....

@dobin @HarDToBelieve yes you are right, even the example of socketfuzzer failed for me. I am still not able to figure out the exact issue, but It is pretty clear...

Hi Rob, Use case: ``` leaf latitude { type bits { bit N { description "Latitude bit."; } bit N2 { description "Latitude bit."; } } description "Bit that selects...

Hi Rob, Can you please tell me if I am right about my understanding (as explained above). Thanks