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

Bug: 33551775
Bug: 72461386
Test: Ran the new testcase on android-8.0.0_r11 with/without patch

Change-Id: I95b466cc7ddd736be9753c62de45d493d49ce0c9
Merged-In: Iedfda4c9202869a26bfa7418451f44b94ccfe066
diff --git a/hostsidetests/securitybulletin/res/cve_2017_0555.h264 b/hostsidetests/securitybulletin/res/cve_2017_0555.h264
new file mode 100644
index 0000000..606ef94
--- /dev/null
+++ b/hostsidetests/securitybulletin/res/cve_2017_0555.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 d5e43cf..86816b8 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
@@ -169,6 +169,18 @@
      ******************************************************************************/
 
     /**
+     * b/33551775
+     * Vulnerability Behaviour: SIGSEGV in self
+     **/
+    @Test
+    @SecurityTest(minPatchLevel = "2017-04")
+    public void testPocCVE_2017_0555() throws Exception {
+        String inputFiles[] = {"cve_2017_0555.h264"};
+        runAvcDecodeMemTest(inputFiles,
+                "-i " + AdbUtils.TMP_PATH + inputFiles[0] + " --num_frames -1", getDevice());
+    }
+
+    /**
      * b/38496660
      * Vulnerability Behaviour: SIGSEGV in self
      **/