Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Mar 2010 19:43:03 +0000 (19:43 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Mar 2010 19:43:03 +0000 (19:43 +0000)
commita401226bd8749c915bf275b30eb9a06f49a529d2
treef2a067d3ba6dca7fc632ae611f3282a3f1dfbfc4
parentab5694e80d69fc57e59972583439b1413262d14f
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
with a few strategically placed pg_verifymbstr calls.
doc/src/sgml/plpython.sgml
src/pl/plpython/plpython.c