Skip to content

1.0.11

Choose a tag to compare

@mxcl mxcl released this 05 Sep 17:52
· 5 commits to master since this release
 Fix UB In NSDictionary:chuzzle

When calling chuzzle on a zero-length instance of NSDictionary, a C-Array of length 0 is created.
It doesn't currently cause any problems, but trips the undefined behaviour sanitizer in Xcode which is annoying.
(Basically the same as recently fixed for NSArray)