]> granicus.if.org Git - postgresql/commit
Fix access past end of string in date parsing.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 2 Oct 2012 07:43:48 +0000 (10:43 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 2 Oct 2012 07:56:40 +0000 (10:56 +0300)
commit3e291cab0829f48215061a67cc07371cca3cf2e1
tree20c9ebf75f5cbadf4d2ee5bf90195e558bf2307e
parent54152d0faa2bf31930d6eede80bac12bafa21232
Fix access past end of string in date parsing.

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

Hitoshi Harada
src/backend/utils/adt/datetime.c