Fix access past end of string in date parsing.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix access past end of string in date parsing. This affects date_in(), and a couple of other funcions that use DecodeDate(). Hitoshi Harada
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/datetime.c | modified | +4 −1 |