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

Bug: 35585952
Bug: 63521984
Bug: 112272298
Test: Ran the new testcase on android-8.1.0_r1 with/without patch

Change-Id: If92652fea9fce3d279a37b7c7d41365d10efa804
(cherry picked from commit 2ee67d601b3e90462e6a31d84c3ee342e2f0e0c4)
diff --git a/hostsidetests/securitybulletin/res/cve_2018_9444.h264 b/hostsidetests/securitybulletin/res/cve_2018_9444.h264
new file mode 100644
index 0000000..da93066
--- /dev/null
+++ b/hostsidetests/securitybulletin/res/cve_2018_9444.h264
Binary files differ
diff --git a/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java b/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
index ddeec04..e20791b 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
@@ -92,6 +92,13 @@
     below this comment, before any existing test methods
     ***********************************************************/
 
+    @SecurityTest(minPatchLevel = "2018-08")
+    public void testPocCVE_2018_9444() throws Exception {
+        String inputFiles[] = {"cve_2018_9444.h264"};
+        runAvcDecodeTest(inputFiles,
+                "--input " + TMP_FILE_PATH + "cve_2018_9444.h264 --num_frames -1",
+                getDevice(), null);
+    }
 
     /***********************************************************
     To prevent merge conflicts, add MPEG2 decoder tests for N