gnumeric r17113 - branches/gnumeric-1-6/plugins/python-loader
- From: jdassen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r17113 - branches/gnumeric-1-6/plugins/python-loader
- Date: Thu, 29 Jan 2009 18:40:00 +0000 (UTC)
Author: jdassen
Date: Thu Jan 29 18:40:00 2009
New Revision: 17113
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17113&view=rev
Log:
Backport of fix for CVE-2009-0318 [#569648]
Modified:
branches/gnumeric-1-6/plugins/python-loader/ChangeLog
branches/gnumeric-1-6/plugins/python-loader/gnm-py-interpreter.c
Modified: branches/gnumeric-1-6/plugins/python-loader/gnm-py-interpreter.c
==============================================================================
--- branches/gnumeric-1-6/plugins/python-loader/gnm-py-interpreter.c (original)
+++ branches/gnumeric-1-6/plugins/python-loader/gnm-py-interpreter.c Thu Jan 29 18:40:00 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]