pgsql: Check for NULL result from strdup

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check for NULL result from strdup
Date: 2013-07-23 21:39:53
Message-ID: E1V1kJF-000652-0x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Check for NULL result from strdup

Per Coverity Scan

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/980c24e1e80223ccd70e50d9d64c2b38cf50879e

Modified Files
--------------
src/interfaces/libpq/fe-secure.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-07-23 21:56:21 pgsql: Further hacking on ruleutils' new column-alias-assignment code.
Previous Message Alvaro Herrera 2013-07-23 21:39:52 pgsql: Check for NULL result from strdup