]> granicus.if.org Git - pgbouncer/commit
console: fix string format in datarow packet
authorMarko Kreen <markokr@gmail.com>
Mon, 28 Sep 2009 09:47:26 +0000 (09:47 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 28 Sep 2009 09:47:26 +0000 (09:47 +0000)
commitcfa9e85a09533139183ad49805e63c4185060d32
treeb62583d2346cc880f45d77e44bbe9a0477dfd437
parent34587655c3b09502e668d112496d9a60182256c9
console: fix string format in datarow packet

pgbouncer used to store strings with final '\0', which should not be there.

It was not noticed thus far as any C clients did not saw anything wrong.

Takeover code depends on them being zero-terminated, use a hack to make them so.
src/pktbuf.c
src/proto.c