diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c')
-rw-r--r-- | sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c b/sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c deleted file mode 100644 index 9272d918136c..000000000000 --- a/sysutils/gnome-system-tools/files/patch-src_common_gst-auth.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/common/gst-auth.c.orig Thu Mar 10 14:39:18 2005 -+++ src/common/gst-auth.c Thu Mar 10 14:39:50 2005 -@@ -142,12 +142,12 @@ gst_auth_run_term (GstTool *tool, gchar - unsetenv("LANG"); - unsetenv("LANGUAGE"); - -- dup2 (p[1], 1); -- dup2 (p[1], 2); -+ dup2 (p[1], STDOUT_FILENO); -+ /*dup2 (p[1], 2);*/ - close (p[0]); - - execv (args[0], args); -- exit (255); -+ _exit (255); - } else { - #ifndef __FreeBSD__ - /* Linux's su works ok with echo disabling */ |