• Show log

    Commit

  • Hash : b62a6a13
    Author : Carlos Martín Nieto
    Date : 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.