pgsql: Check for overflow in strtol() while parsing datetime inputs.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check for overflow in strtol() while parsing datetime inputs.
Date: 2005-12-01 17:57:08
Message-ID: 20051201175708.9960C9DD6A2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Check for overflow in strtol() while parsing datetime inputs.
Michael Fuhr.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
datetime.c (r1.118.2.6 -> r1.118.2.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c.diff?r1=1.118.2.6&r2=1.118.2.7)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-12-01 19:26:46 python - be: Improve bytea accessors.
Previous Message Tom Lane 2005-12-01 17:56:54 pgsql: Check for overflow in strtol() while parsing datetime inputs.