diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-25 14:04:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-25 14:04:55 +0800 |
commit | d60d21300924fad507d812edca3de30074b52e02 (patch) | |
tree | b57203798c6b61446d409149803bc9ec8629a73e /camel/ChangeLog | |
parent | e6623c2d8205df0368d34c22260e0046793a25b2 (diff) | |
download | gsoc2013-evolution-d60d21300924fad507d812edca3de30074b52e02.tar.gz gsoc2013-evolution-d60d21300924fad507d812edca3de30074b52e02.tar.zst gsoc2013-evolution-d60d21300924fad507d812edca3de30074b52e02.zip |
Use execv ("sh", "-c", command) rather than execing the command directly.
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-search.c (run_command): Use execv ("sh", "-c",
command) rather than execing the command directly.
svn path=/trunk/; revision=17582
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a52716f7ed..12ab8454cf 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2002-07-25 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-search.c (run_command): Use execv ("sh", "-c", + command) rather than execing the command directly. + 2002-07-25 Not Zed <NotZed@Ximian.com> * camel-folder-summary.c (camel_folder_summary_save): When writing |