pgsql-server/src/bin/psql describe.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/bin/psql describe.c
Date
Msg-id 20021221010707.C47AF475CC7@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/12/20 20:07:07

Modified files:
    src/bin/psql   : describe.c

Log message:
    Fix possible buffer overrun in \d command: substr(..., 128) produces
    a result of at most 128 chars, but that could be more than 128 bytes.
    Also ensure we don't try to pfree uninitialized pointers during error
    cleanup.


pgsql-committers by date:

Previous
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/psql Tag: REL7_3_STABLE d ...