Re: NSOperation Issues
Re: NSOperation Issues
- Subject: Re: NSOperation Issues
- From: Joar Wingfors <email@hidden>
- Date: Sun, 06 Apr 2014 22:05:54 -0700
On 6 apr 2014, at 17:40, Varun Chandramohan <email@hidden> wrote:
> My only worry was that the code I wrote for root daemon was
> using CoreFoundation and later replaced with Foundation APIs as they lot
> easier to code and maintain. I saw few people warning against that as
> there might be some bugs in Foundation API that could exploit my daemon
> and gain root access. While that is very much a possibility, I was hoping
> that such issues would be addressed very quickly by Apple? No?
If the only thing you did was to change from CF to Foundation API, then you're OK. There's preciously little difference in implementation between the two in the cases where they have overlapping APIs.
And you're right, Apple would promptly fix any known security bugs. Worry about bugs in your code, not bugs in Apple's code.
Joar
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden