[PATCH] Fix use of free in walsender error handling after a sysid mismatch. - Mailing list pgsql-hackers

From Andres Freund
Subject [PATCH] Fix use of free in walsender error handling after a sysid mismatch.
Date
Msg-id 20140505161433.GE27783@awork2.anarazel.de
Whole thread Raw
Responses Re: [PATCH] Fix use of free in walsender error handling after a sysid mismatch.  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Hi,

Walsender does a PQClear(con) but then accesses data acquired with
PQgetvalue(). That's clearly not ok.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: tab completion for setting search_path
Next
From: Tom Lane
Date:
Subject: Re: Cluster name in ps output