pgsql: xmlGetUTF8Char()'s second argument is both input and output.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: xmlGetUTF8Char()'s second argument is both input and output.
Date: 2007-11-10 18:51:20
Message-ID: 20071110185120.712E17540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
xmlGetUTF8Char()'s second argument is both input and output. Fix
uninitialized value, and avoid invoking the function nine separate
times in the pg_xmlIsNameChar macro. Should resolve buildfarm failures.
Per report from Ben Leslie.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.54&r2=1.55)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-10 19:14:02 pgsql: Update high availability documentation with comments from Markus
Previous Message User Jurka 2007-11-10 17:52:59 jdbc - CVSROOT: Attempt to point commit messages to our own mailing