Posts

Post not yet marked as solved
16 Replies
Still not fixed in Xcode 11 final.
Post not yet marked as solved
16 Replies
I write cryptography libraries, and at this point, all I can tell to users is to avoid Xcode 11 at all costs.Disabling stack checking may appear to work around the bug.But the presence of such a bug suggests the Xcode 11 hasn't received enough testing before being tagged GM, which doesn't inspire confidence for compiling code that manipulates sensitive data.
Post not yet marked as solved
16 Replies
This is unrelated. `aligned_calloc` is a new API, that is set to `NULL` on older OS versions.
Post not yet marked as solved
16 Replies
This critical bug is still present in XCode 11 GM.
Post not yet marked as solved
16 Replies
The headers got mangled. Not the most important thing, but anyway, here they are:#include <fcntl.h> #include <netdb.h> #include <stdio.h> #include <string.h> #include <unistd.h>