Merge pull request #9709 from Marksss:release-v2
PiperOrigin-RevId: 415272874
This commit is contained in:
commit
d94bb08211
@ -89,6 +89,10 @@ import java.util.Map;
|
||||
// We're only interested in metadata.
|
||||
return false;
|
||||
}
|
||||
if (data.bytesLeft() == 0) {
|
||||
// The metadata script tag has no value.
|
||||
return false;
|
||||
}
|
||||
int type = readAmfType(data);
|
||||
if (type != AMF_TYPE_ECMA_ARRAY) {
|
||||
// We're not interested in this metadata.
|
||||
|
Loading…
x
Reference in New Issue
Block a user