]> granicus.if.org Git - postgresql/commit
xmlGetUTF8Char()'s second argument is both input and output. Fix
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Nov 2007 18:51:20 +0000 (18:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Nov 2007 18:51:20 +0000 (18:51 +0000)
commitd2d52bbb55fbb14dc2e1ed96b03b7e4addfbb2ba
tree6025aacb9dbfb4080e9cd3c8652fba9c1c610eb1
parent58ac0f92c0b34fc67b66be81cbf752e6cd27374c
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.
src/backend/utils/adt/xml.c