pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Date
Msg-id E1ZJoYF-00069M-P1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pointer-arithmetic thinko in pg_stat_ssl patch.

Nasty memory-stomp bug in commit 9029f4b37406b21a.  It's not apparent how
this survived even cursory testing :-(.  Per report from Peter Holzer.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f3cf8b6b6edc69f94fa1bcaa5b9b806e14281098

Modified Files
--------------
src/backend/postmaster/pgstat.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.
Next
From: Tom Lane
Date:
Subject: pgsql: Further code review for pg_stat_ssl patch.