View Single Post
I wonder if this is a bug:

NSBezierPath-OAExtensions.m:576 in -allIntersectionsWithPath:

intersections = realloc(intersections, sizeof(*intersections) * (listSize = intersectionCount));

Is the "=" intentional? I don't even understand what this method does and the only reason I'm looking at it is because LLVM/Clang complains so it's perhaps nothing...

Cheers,
Martin