mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
6a6f2d91d4
not memcpy() to copy the offered key into the hash table during HASH_ENTER. This avoids possible core dump if the passed key is located very near the end of memory. Per report from Stefan Kaltenbrunner.