Changes between Version 2 and Version 3 of SponsoringPrograms/GSoC/2021
- Timestamp:
- Feb 17, 2021, 7:02:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2021
v2 v3 76 76 '''Description:''' FATE is FFmpegs self / regression test system. Fuzzing with oss-fuzz is used to find corner cases which trigger anomalies like undefined behavior. FATE tests are sub optimal to be part of fuzzing as they use hardcoded parameters as input for each test. For example libavutil/tests/des.c runs some random and fixed tests but no tests controlled by some data from a fuzzer. So even if a anomaly occurs during a random test, this would not be reproducible nor could a fuzzer direct execution towards more anomalous cases. 77 77 78 '''Expected results:''' Connect mostlibavformat/tests/*.c libavutil/tests/*.c libswscale/tests/*.c tests to oss-fuzz so that the fuzzer can fully affect the data in each test.78 '''Expected results:''' Connect about 1/3 to half, more if time permits of libavformat/tests/*.c libavutil/tests/*.c libswscale/tests/*.c tests to oss-fuzz so that the fuzzer can fully affect the data in each test. 79 79 80 80 '''Prerequisites:''' Good C and Makefile coding skills, basic familiarity with Git, knowledge of oss-fuzz. … … 91 91 '''Description:''' FATE is FFmpegs self / regression test system. Fuzzing with oss-fuzz is used to find corner cases which trigger anomalies like undefined behavior. FATE tests are sub optimal to be part of fuzzing as they use hardcoded parameters as input for each test. For example libavcodec/tests/snowenc.c runs some random and fixed tests but no tests controlled by some data from a fuzzer. So even if a anomaly occurs during a random test, this would not be reproducible nor could a fuzzer direct execution towards more anomalous cases. 92 92 93 '''Expected results:''' Connect mostlibavcodec/tests/*.c libavfilter/tests/*.c libswresample/tests/*.c src/tests/*.c tools/*.c tests/tools to oss-fuzz so that the fuzzer can fully affect the data in each test/tool.93 '''Expected results:''' Connect about 1/3 to half, more if time permits of libavcodec/tests/*.c libavfilter/tests/*.c libswresample/tests/*.c src/tests/*.c tools/*.c tests/tools to oss-fuzz so that the fuzzer can fully affect the data in each test/tool. 94 94 95 95 '''Prerequisites:''' Good C and Makefile coding skills, basic familiarity with Git, knowledge of oss-fuzz.
