Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL

Peter Eisentraut <peter_e@gmx.net>

Commit: a401226bd8749c915bf275b30eb9a06f49a529d2
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-03-18T19:43:03Z
Releases: 9.0.0
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
with a few strategically placed pg_verifymbstr calls.

Files

PathChange+/−
doc/src/sgml/plpython.sgml modified +12 −1
src/pl/plpython/plpython.c modified +5 −1