Commit b62a6a13b2f9a40e6ea4bf7bc2a9255429fb0bd6

Carlos Martín Nieto 2014-07-25T08:25:41

array: mark the array to grow as volatile This works around strict aliasing rules letting some versions of GCC (particularly on RHEL 6) thinking that they can skip updating the size of the array when calculating the next element's offset.