It's a security flaw. Assuming you had an error in your code that allowed that allowed the string to be exploited, the system call would allow a person to do anything in the computer, subject to the permissions your process has.

On 17-Oct-08, at 5:17 PM, Jonathon Kuo wrote:

On Oct 17, 2008, at 1:21 PM, Kyle Sluder wrote:

On Fri, Oct 17, 2008 at 8:51 AM, Sachin Kumar <[EMAIL PROTECTED] > wrote:
I am using system("rm -r myDriver.kext") to delete the file.

Please, *don't do this*.  Pretend 'system' doesn't exist.  unlink(2)
does exactly what you're looking for.

Just curious why the recommendation against system()?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/jrpetit%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to