Reported-by: Michael Kaufmann
Bug: 1c39128d97 (commitcomment-27246479)
This commit is contained in:
Daniel Stenberg 2018-01-31 22:56:00 +01:00
Родитель da5f4b1d84
Коммит fcb9b63ee5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -498,7 +498,7 @@ static int parsedate(const char *date, time_t *output)
#if (SIZEOF_TIME_T < 5)
#if HAVE_TIME_T_UNSIGNED
#ifdef HAVE_TIME_T_UNSIGNED
/* an unsigned 32 bit time_t can only hold dates to 2106 */
if(yearnum > 2105) {
*output = TIME_T_MAX;