Re: How to recognize mutability?
Re: How to recognize mutability?
- Subject: Re: How to recognize mutability?
- From: Jens Alfke <email@hidden>
- Date: Wed, 20 Feb 2013 21:58:35 -0800
On Feb 20, 2013, at 9:31 PM, Gerriet M. Denkmann <email@hidden> wrote:
> But another bug looks rather promising: feed strings with illegal Unicode to NSArchiver and see what happens.
It’s harder to get such a string into an app, though, since you can’t really type it.
> Did this (by accident) the other day. NSArchiver did not return, there was no exception, the app did not crash. Not sure what was going on.
Sounds like something called abort() — that’ll make the process exit abruptly. You can try setting a breakpoint on it. Or on exit().
—Jens
_______________________________________________
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