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

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

Change-Id: I1cf395caa62b91ca24f51f9265a999b9a636f992
(cherry picked from commit 2df4e3c0830f6883c92a621a93b7140ea68836e0)
diff --git a/hostsidetests/securitybulletin/res/cve_2017_0495.h264 b/hostsidetests/securitybulletin/res/cve_2017_0495.h264
new file mode 100644
index 0000000..ad4cd5a
--- /dev/null
+++ b/hostsidetests/securitybulletin/res/cve_2017_0495.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 ad76e07..62d1b80 100644
--- a/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
+++ b/hostsidetests/securitybulletin/src/android/security/cts/TestMediaCodec.java
@@ -182,6 +182,19 @@
      ******************************************************************************/
 
     /**
+     * b/33552073
+     * Vulnerability Behaviour: SIGSEGV in self
+     **/
+    @Test
+    @SecurityTest(minPatchLevel = "2017-03")
+    public void testPocCVE_2017_0495() throws Exception {
+        String inputFiles[] = {"cve_2017_0495.h264"};
+        runAvcDecodeMemTest(inputFiles,
+                "--input " + AdbUtils.TMP_PATH + inputFiles[0] + " --output /dev/null",
+                getDevice());
+    }
+
+    /**
      * b/33450635
      * Vulnerability Behaviour: SIGSEGV in self
      **/