Merge branch 'alloc-callback-erase-ptrToSlotIndex' into 'master'
authorPyry Haulos <phaulos@google.com>
Fri, 15 Jan 2016 17:49:16 +0000 (12:49 -0500)
committerPyry Haulos <phaulos@google.com>
Fri, 15 Jan 2016 17:49:16 +0000 (12:49 -0500)
Fix allocation callback validation

Allocation callback validation assumed incorrectly that alloc or realloc would never return same pointer twice. This fixes that assumption.

See merge request !283


Trivial merge