|
From: | Luboš Doležel |
Subject: | Re: Broken objc_allocateClassPair |
Date: | Mon, 14 Jan 2013 12:52:21 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 |
On 14.1.2013 11:42, David Chisnall wrote:
This is now fixed in trunk, however... On 14 Jan 2013, at 08:59, Luboš Doležel wrote:I could use objc_resolve_class() in between class registrations, but that results in +load being called, which should not be happening at that point.Testing on OS X shows that +load is never called on classes that are allocated at run time, which is somewhat interesting. I've now done a slightly cleaner fix, that simply avoids sending +load messages to any user-created classes. David
Great, thanks!Have you received my >64K selectors bug report and the executable stack fix suggestion?
I mailed you those two privately and I'm not sure if it hadn't ended up in you junk mail.
-- Luboš Doležel
[Prev in Thread] | Current Thread | [Next in Thread] |