aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-18 17:44:46 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-18 17:44:46 -0400
commitdddd6aa99055d8505f73e39b12f049633d9cb4c3 (patch)
tree88ca0515778e95325c62357cf594f6e0a83474b3 /doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
parentb4ab74e722aaca406922fe614d9e6541dd87c3bf (diff)
downloadikiwiki-dddd6aa99055d8505f73e39b12f049633d9cb4c3.tar
ikiwiki-dddd6aa99055d8505f73e39b12f049633d9cb4c3.tar.gz
Allow wrappers to be built using tcc.
Diffstat (limited to 'doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn')
-rw-r--r--doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn b/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
index 4226c026a..a8fb19888 100644
--- a/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
+++ b/doc/bugs/post-update_hook_can__39__t_be_compiled_with_tcc.mdwn
@@ -9,6 +9,11 @@ Everything works fine with gcc.
versions: Debian lenny + backports
-
-
-
+> Seems that tcc does not respect changing where `environ` points as a way
+> to change the environment seen after `exec`
+>
+> Given that the man page for `clearenv` suggests using `environ=NULL`
+> if `clearenv` is not available, I would be lerry or using tcc to compile
+> stuff, since that could easily lead to a security compromise of code that
+> expects that to work. However, I have fixed ikiwiki to use `clearenv`.
+> --[[Joey]] [[done]]