CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: teodor(at)svr1(dot)postgresql(dot)org 03/09/22 10:32:33
Modified files:
contrib/tsearch2: ts_cfg.c
contrib/tsearch2/expected: tsearch2.out
Log message:
fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane(dot)bidoul(at)softwareag(dot)com>.
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.