[ 
https://issues.apache.org/jira/browse/PROTON-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884405#comment-15884405
 ] 

ASF GitHub Bot commented on PROTON-1412:
----------------------------------------

Github user jdanekrh commented on a diff in the pull request:

    https://github.com/apache/qpid-proton/pull/95#discussion_r103089568
  
    --- Diff: proton-c/CMakeLists.txt ---
    @@ -729,6 +729,12 @@ if (BUILD_PYTHON)
     
     endif (BUILD_PYTHON)
     
    +# fuzz tests: tests/fuzz
    +option(FUZZ_TEST "Enable building fuzzers and regression testing with 
libFuzzer" OFF)
    +if (FUZZ_TEST)
    +  add_subdirectory(src/tests/fuzz)
    +endif (FUZZ_TEST)
    --- End diff --
    
    done, added another cmake variable `FUZZING_ENGINE` which decides whether 
to link with libFuzzingEngine or with a simple driver. It defaults to the 
simple driver.


> Add fuzzers to proton-c tests
> -----------------------------
>
>                 Key: PROTON-1412
>                 URL: https://issues.apache.org/jira/browse/PROTON-1412
>             Project: Qpid Proton
>          Issue Type: Wish
>          Components: proton-c
>            Reporter: Jiri Danek
>            Priority: Minor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Add fuzzers to proton-c test suite in order to be able to perform fuzz 
> testing of qpid-proton.
> This would then allow including qpid-proton to 
> https://github.com/google/oss-fuzz, a service that executes fuzzers for 
> opensource projects.
> I intend to propose a patch to do this today or tomorrow by cleaning up my 
> proof-of-concept 
> https://github.com/jdanekrh/qpid-proton-fuzz/tree/master/proton-c/src/tests.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to