CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 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" <[EMAIL PROTECTED]>.
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.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly