pgsql-server/contrib/tsearch2 ts_cfg.c expecte ... - Mailing list pgsql-committers

From [email protected] (Teodor Sigaev)
Subject pgsql-server/contrib/tsearch2 ts_cfg.c expecte ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg ChangeLog com ...
Next
From: [email protected] (Barry Lind)
Date:
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...