Skip to content
Snippets Groups Projects
Commit d2495f27 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix bug in to_tsquery().

We were using memcpy() to copy to a possibly overlapping memory region,
which is a no-no. Use memmove() instead.
parent 9b63e986
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment