We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37e7aa commit 3236db3Copy full SHA for 3236db3
AutoPatchMain/src/main.c
@@ -880,7 +880,7 @@ void main(){
880
//For Patch Exectution Time:
881
882
// test_c1(); //CVE-2020-10063
883
- // test_c2(); //CVE-2020-10021
+ test_c2(); //CVE-2020-10021
884
// test_c3(); //CVE_2020_10024
885
// test_c4(); //CVE_2020_10028
886
// test_c5(); //CVE-2020-10062
@@ -908,7 +908,7 @@ void main(){
908
// test_c24(); //CVE-2020-10060
909
// test_c25(); //CVE-2020-10061
910
// test_c26(); //CVE-2020-10066
911
- test_c27(); //CVE-2020-10067
+ // test_c27(); //CVE-2020-10067
912
// test_c28(); //CVE-2020-10069
913
// test_c29(); //CVE-2020-10070
914
// test_c30(); //CVE-2020-10071
0 commit comments