DMTF / libspdm

BSD 3-Clause "New" or "Revised" License
104 stars 100 forks source link

Add fuzz testing for MEASUREMENT_EXTENSION_LOG. #2733

Closed Xiaohanjlll closed 3 months ago

Xiaohanjlll commented 3 months ago
libspdm_req_get_measurement_extension_log.c
- Fuzz testing coverage : 77.9%
- 
- run time : 1 days, 00 hrs, 00 min, 00 sec
- 
- overall results :
-   cycles done :   351  
-   corpus count :  27   
-   saved crashes : 0 
-   saved hangs :   0 

libspdm_rsp_measurement_extension_log.c
- Fuzz testing coverage : 77.8 %
- 
- run time : 1 days, 00 hrs, 00 min, 00 sec
- 
- overall results :
-   cycles done :   2163  
-   corpus count :  34   
-   saved crashes : 0 
-   saved hangs :   0 
Zhiqiang520 commented 3 months ago

It looks good to me.

jyao1 commented 3 months ago

Please use the latest template for CMAKE file.

Xiaohanjlll commented 3 months ago

Please use the latest template for CMAKE file.

Thanks, I have modified it to the latest template of the CMAKE file.

steven-bellock commented 3 months ago

@jyao1 feel free to merge as you see fit.