tsvector filter problem

From: Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: tsvector filter problem
Date: 2016-05-04 12:58:00
Message-ID: 10FDE77D-AF31-499D-84EE-82C99F6EDDD0@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

As discovered by Oleg Bartunov, current filter() function for tsvector can crash backend.
Bug was caused erroneous usage of char type in memmove argument.

Attachment Content-Type Size
tsvector_bugfix_type.diff application/octet-stream 473 bytes
unknown_filename text/plain 94 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2016-05-04 13:35:57 Re: pg_dump broken for non-super user
Previous Message Robert Haas 2016-05-04 12:49:33 Re: pg_dump broken for non-super user