Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
Peter Eisentraut <peter_e@gmx.net>
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL with a few strategically placed pg_verifymbstr calls.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpython.sgml | modified | +12 −1 |
| src/pl/plpython/plpython.c | modified | +5 −1 |