From fb65b08d23625237f89896780833282f13ceae68 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Wed, 11 Apr 2007 01:27:13 +0000 Subject: note about which function to use for script execution (bzr r2848) --- src/extension/implementation/script.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/extension/implementation/script.cpp') diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 96e4bd855..1a1590f6d 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -871,6 +871,10 @@ Script::copy_doc (Inkscape::XML::Node * oldroot, Inkscape::XML::Node * newroot) /* Helper class used by Script::execute */ +/* + * This *REALLY* needs to be replaced with g_spawn_async_with_pipes() + * and proper usage of argv arrays, not just plain strings. + */ class pipe_t { public: /* These functions set errno if they return false. -- cgit v1.2.3