已合并
fuzz用例整改 #9349
fuzz用例整改 #9349
已合并
gcw_ymq8uwgO创建于 17 天前
6 个文件变更+6-5
@@ -33,6 +33,7 @@ bool Av1SwdecoderServerSurfaceFuzzTest(const uint8_t *data, size_t size)
33 vDecSample->RunVideoServerSurfaceDecoder();33 vDecSample->RunVideoServerSurfaceDecoder();
34 vDecSample->WaitForEos();34 vDecSample->WaitForEos();
35 delete vDecSample;35 delete vDecSample;
36+ vDecSample = nullptr;
36 return false;37 return false;
37}38}
38 39 
@@ -18,7 +18,7 @@
18 <!-- maximum length of a test input -->18 <!-- maximum length of a test input -->
19 <max_len>10240000</max_len>19 <max_len>10240000</max_len>
20 <!-- maximum total time in seconds to run the fuzzer -->20 <!-- maximum total time in seconds to run the fuzzer -->
21- <max_total_time>30</max_total_time>21+ <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->22 <!-- memory usage limit in Mb -->
23 <rss_limit_mb>4096</rss_limit_mb>23 <rss_limit_mb>4096</rss_limit_mb>
24 </fuzztest>24 </fuzztest>
@@ -18,7 +18,7 @@
18 <!-- maximum length of a test input -->18 <!-- maximum length of a test input -->
19 <max_len>10240000</max_len>19 <max_len>10240000</max_len>
20 <!-- maximum total time in seconds to run the fuzzer -->20 <!-- maximum total time in seconds to run the fuzzer -->
21- <max_total_time>30</max_total_time>21+ <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->22 <!-- memory usage limit in Mb -->
23 <rss_limit_mb>4096</rss_limit_mb>23 <rss_limit_mb>4096</rss_limit_mb>
24 </fuzztest>24 </fuzztest>
@@ -18,7 +18,7 @@
18 <!-- maximum length of a test input -->18 <!-- maximum length of a test input -->
19 <max_len>10240000</max_len>19 <max_len>10240000</max_len>
20 <!-- maximum total time in seconds to run the fuzzer -->20 <!-- maximum total time in seconds to run the fuzzer -->
21- <max_total_time>30</max_total_time>21+ <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->22 <!-- memory usage limit in Mb -->
23 <rss_limit_mb>4096</rss_limit_mb>23 <rss_limit_mb>4096</rss_limit_mb>
24 </fuzztest>24 </fuzztest>
@@ -18,7 +18,7 @@
18 <!-- maximum length of a test input -->18 <!-- maximum length of a test input -->
19 <max_len>10240000</max_len>19 <max_len>10240000</max_len>
20 <!-- maximum total time in seconds to run the fuzzer -->20 <!-- maximum total time in seconds to run the fuzzer -->
21- <max_total_time>30</max_total_time>21+ <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->22 <!-- memory usage limit in Mb -->
23 <rss_limit_mb>4096</rss_limit_mb>23 <rss_limit_mb>4096</rss_limit_mb>
24 </fuzztest>24 </fuzztest>
@@ -18,7 +18,7 @@
18 <!-- maximum length of a test input -->18 <!-- maximum length of a test input -->
19 <max_len>10240000</max_len>19 <max_len>10240000</max_len>
20 <!-- maximum total time in seconds to run the fuzzer -->20 <!-- maximum total time in seconds to run the fuzzer -->
21- <max_total_time>30</max_total_time>21+ <max_total_time>300</max_total_time>
22 <!-- memory usage limit in Mb -->22 <!-- memory usage limit in Mb -->
23 <rss_limit_mb>4096</rss_limit_mb>23 <rss_limit_mb>4096</rss_limit_mb>
24 </fuzztest>24 </fuzztest>