mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
The 'word' variable there is initialised from the prs->words array, but immediately after, that array may be reallocated, thus leaving word pointing to unallocated memory.