File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/framework/media Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,14 @@ public boolean isVulnerable(Context context) throws Exception {
94
94
95
95
96
96
Log .d (TAG , "libstagefrightVulnerableToBug23680780: " + libstagefrightVulnerableToBug23680780 );
97
- Log .d (TAG , "libstagefrightvulnerableToBug23881715 : " + libstagefrightvulnerableToBug23881715 );
97
+ Log .d (TAG , "libsatagefrightvulnerableToBug23881715 : " + libstagefrightvulnerableToBug23881715 );
98
98
Log .d (TAG , "libstagefrightVulnerableToBug23876444: " + libstagefrightVulnerableToBug23876444 );
99
99
100
- //Only affects L and M
100
+ if (Build .VERSION .SDK_INT == Build .VERSION_CODES .KITKAT ){
101
+ return libstagefrightvulnerableToBug23881715 ;
102
+ }
103
+
104
+ //The rest only affect L and M
101
105
if (Build .VERSION .SDK_INT != Build .VERSION_CODES .M &&
102
106
Build .VERSION .SDK_INT != Build .VERSION_CODES .LOLLIPOP &&
103
107
Build .VERSION .SDK_INT != Build .VERSION_CODES .LOLLIPOP_MR1 ){
You can’t perform that action at this time.
0 commit comments