Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <petere(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Date: 2010-03-19 15:50:55
Message-ID: 4BA39D5F.7030600@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Peter Eisentraut wrote:
> Log Message:
> -----------
> Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
> with a few strategically placed pg_verifymbstr calls.
>
>
>

Awesome. Do we need to fix pltcl too?

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-03-19 17:42:10 pgsql: Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Previous Message Simon Riggs 2010-03-19 15:32:29 Re: [COMMITTERS] pgsql: Reset btpo.xact following recovery of btree delete page.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2010-03-19 16:11:00 Postgres officially accepted in to 2010 Google Summer of Code program
Previous Message Simon Riggs 2010-03-19 15:32:29 Re: [COMMITTERS] pgsql: Reset btpo.xact following recovery of btree delete page.