mirror of https://github.com/postgres/postgres
checked that the pointer is actually word-aligned. Casting a non-aligned pointer to int32* is technically illegal per the C spec, and some recent versions of gcc actually generate bad code for the memset() when given such a pointer. Per report from Andrew Morrow.REL8_1_STABLE
parent
d0f312ebfe
commit
ac43da8466
Loading…
Reference in new issue