<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c/tags/execve</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 16:38:24 GMT</pubDate>
<item>
<title>(C) Execve() for executing external programs - blackthorne</title>
<link>http://snipplr.com/view/46488/execve-for-executing-external-programs/</link>
<description><![CDATA[ <p>To execute external programs you should avoid functions like system() or popen() since they can be affected by the shell environment variables which issues serious security concerns. Instead, use execve().</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 23:40:34 GMT</pubDate>
<guid>http://snipplr.com/view/46488/execve-for-executing-external-programs/</guid>
</item>
</channel>
</rss>