Directory structure restructuralized.
[feed/telephony.git] / asterisk-1.8.x / patches / 600-CVE-2012-2186.patch
diff --git a/asterisk-1.8.x/patches/600-CVE-2012-2186.patch b/asterisk-1.8.x/patches/600-CVE-2012-2186.patch
deleted file mode 100644 (file)
index dbe790b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/main/manager.c
-+++ b/main/manager.c
-@@ -4020,6 +4020,7 @@ static int action_originate(struct manse
-                                                                    TryExec(System(rm -rf /)) */
-                               strcasestr(app, "agi") ||         /* AGI(/bin/rm,-rf /)
-                                                                    EAGI(/bin/rm,-rf /)       */
-+                              strcasestr(app, "externalivr") || /* ExternalIVR(rm -rf)       */
-                               strstr(appdata, "SHELL") ||       /* NoOp(${SHELL(rm -rf /)})  */
-                               strstr(appdata, "EVAL")           /* NoOp(${EVAL(${some_var_containing_SHELL})}) */
-                               )) {