Commits

Joe Groff committed 16c8a3b6c0d
Runtime: Fix crash when first allocation for a metadata cache is page-sized or greater. We incorrectly tested the uninitialized "next" pointer against MAP_FAILED, instead of the real result of mmap. Fixes rdar://problem/21659505. Swift SVN r30030