[RESTRICT AUTOMERGE] CTS test for Android Security b/63316255

Bug: 63316255
Bug: 72406593
Test: Ran the new testcase on android-7.0.0_r33 with patch

Change-Id: I983d5ffd878283dfed1bb06317546120f1797e52
(cherry picked from commit 6ca7ee99cba1569b9cafdc5b804d30d1b7e34ed4)
diff --git a/hostsidetests/securitybulletin/res/bug_63316255.m2v b/hostsidetests/securitybulletin/res/bug_63316255.m2v
new file mode 100644
index 0000000..b9f7cc4
--- /dev/null
+++ b/hostsidetests/securitybulletin/res/bug_63316255.m2v
Binary files differ
diff --git a/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java b/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
index 9081b57..a7c196c 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
@@ -67,6 +67,13 @@
     below this comment, before any existing test methods
     ***********************************************************/
 
+    @SecurityTest
+    public void testPocBug_63316255() throws Exception {
+        String inputFiles[] = {"bug_63316255.m2v"};
+        runMpeg2DecodeTest(inputFiles,
+                "--input " + TMP_FILE_PATH + "bug_63316255.m2v --num_frames -1",
+                getDevice(), null);
+    }
 
     /***********************************************************
     To prevent merge conflicts, add MPEG2 decoder tests for O