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.REL7_2_STABLE
parent
84e5ce7eb9
commit
a55a75f02d
Loading…
Reference in new issue