Skip to content

Commit

Permalink
Merge pull request #8 from tklengyel/bmp-ossfuzz-options
Browse files Browse the repository at this point in the history
Add oss-fuzz TestBmpSupportLib.options
  • Loading branch information
el-tipton authored Apr 12, 2024
2 parents fa02b13 + fed8fa6 commit 0120af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions oss-fuzz/TestBmpSupportLib.options
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[libfuzzer]
rss_limit_mb=6000
4 changes: 2 additions & 2 deletions oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python $SRC/hbfa-fl/HBFA/UefiHostTestTools/HBFAEnvSetup.py

cp $SRC/hbfa-fl/HBFA/UefiHostFuzzTestPkg/Conf/build_rule.txt $SRC/edk2/Conf/build_rule.txt
cp $SRC/hbfa-fl/HBFA/UefiHostFuzzTestPkg/Conf/tools_def.txt $SRC/edk2/Conf/tools_def.txt
cp $SRC/*.options $OUT
cp $SRC/hbfa-fl/oss-fuzz/*.options $OUT

build_fuzzer "TestBmpSupportLib" \
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/MdeModulePkg/Library/BaseBmpSupportLib/TestBmpSupportLib.inf" \
Expand Down Expand Up @@ -78,4 +78,4 @@ build_fuzzer "TestVirtioBlk" \
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/OvmfPkg/VirtioBlkDxe/TestVirtioBlk.inf"

build_fuzzer "TestVirtioPciDevice" \
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/OvmfPkg/VirtioPciDeviceDxe/TestVirtioPciDevice.inf"
"$SRC/hbfa-fl/HBFA/UefiHostFuzzTestCasePkg/TestCase/OvmfPkg/VirtioPciDeviceDxe/TestVirtioPciDevice.inf"

0 comments on commit 0120af2

Please sign in to comment.