pgsql: Fix access past end of string in date parsing.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix access past end of string in date parsing.
Date: 2012-10-02 08:04:41
Message-ID: E1TIxT7-0005uU-At@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix access past end of string in date parsing.

This affects date_in(), and a couple of other funcions that use DecodeDate().

Hitoshi Harada

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/23355e6cb9272cde1b695a3c6228e8e8186d59f4

Modified Files
--------------
src/backend/utils/adt/datetime.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-10-02 10:39:29 pgsql: Split off functions related to timeline history files and XLOG a
Previous Message Bruce Momjian 2012-10-01 14:14:40 pgsql: Add C comment that IsBackendPid() is called by external modules,