Thanks to visit codestin.com
Credit goes to postgrespro.com

plproxy - plproxy: Fix potential buffer overflow when len(typname) > 32 - Mailing list pgsql-committers

From [email protected] (User Mkz)
Subject plproxy - plproxy: Fix potential buffer overflow when len(typname) > 32
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix potential buffer overflow when len(typname) > 32

The fixed size buffer tmp[32] was not updated when type casting was added.

Reported by Ian Sollars

Modified Files:
--------------
    plproxy/src:
        query.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/query.c?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Remove claim that this chapter discusses rules and triggers.
Next
From: [email protected] (User Mkz)
Date:
Subject: plproxy - plproxy: Fix argument value NULL check.