gnumeric r17111 - in branches/gnumeric-1-8: . plugins/python-loader



Author: jdassen
Date: Thu Jan 29 14:33:02 2009
New Revision: 17111
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17111&view=rev

Log:
Backport of fix for CVE-2009-0318 [#569648]

Modified:
   branches/gnumeric-1-8/NEWS
   branches/gnumeric-1-8/plugins/python-loader/ChangeLog
   branches/gnumeric-1-8/plugins/python-loader/gnm-py-interpreter.c

Modified: branches/gnumeric-1-8/NEWS
==============================================================================
--- branches/gnumeric-1-8/NEWS	(original)
+++ branches/gnumeric-1-8/NEWS	Thu Jan 29 14:33:02 2009
@@ -1,3 +1,9 @@
+Gnumeric 1.8.5
+
+Jon KÃre:
+        * Work around vulnerability in Python. CVE-2009-0318 [#569648]
+
+--------------------------------------------------------------------------
 Gnumeric 1.8.4
 
 Henry Law:

Modified: branches/gnumeric-1-8/plugins/python-loader/gnm-py-interpreter.c
==============================================================================
--- branches/gnumeric-1-8/plugins/python-loader/gnm-py-interpreter.c	(original)
+++ branches/gnumeric-1-8/plugins/python-loader/gnm-py-interpreter.c	Thu Jan 29 14:33:02 2009
@@ -79,7 +79,7 @@
 		G_TYPE_NONE, 0);
 }
 
-static char *plugin_argv[] = {(char *) "gnumeric", NULL};
+static char *plugin_argv[] = {(char *) "/dev/null/python/is/buggy/gnumeric", NULL};
 
 GnmPyInterpreter *
 gnm_py_interpreter_new (GOPlugin *plugin)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]