File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/framework/media Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,11 @@ public boolean isVulnerable(Context context) throws Exception {
65
65
66
66
ByteArrayOutputStream libaacdecBAOS = new ByteArrayOutputStream ((int )softAAClib .length ());
67
67
BinaryAssets .copy (new FileInputStream (softAAClib ), libaacdecBAOS );
68
- byte [] libaacdecSO = libStageFrightBAOS .toByteArray ();
68
+ byte [] libaacdecSO = libaacdecBAOS .toByteArray ();
69
69
70
70
71
71
KMPMatch binMatcher = new KMPMatch ();
72
72
73
-
74
73
int indexOf = binMatcher .indexOf (libstagefrightSO , "b/23680780" .getBytes ());
75
74
boolean libstagefrightVulnerableToBug23680780 = indexOf == -1 ;
76
75
indexOf = binMatcher .indexOf (libstagefrightSO , "b/23881715" .getBytes ());
You can’t perform that action at this time.
0 commit comments