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)
commita7ffde6c97c0e5d586837d217b6169782c8c50f9
tree23e84c2ccfe72055a17776988ba8b6e43b8eca48
parentf86495d2eeb66fa6efa0bf777b31afb311e084f4
parent410ecd4cd7f7ccdc09894b59914b5eed6cf7503a
Merge branch 'alloc-callback-erase-ptrToSlotIndex' into 'master'

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