In parse_header_time(), add a sanity check for GNU libc's strptime() which apparently...
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Sep 2011 11:32:20 +0000 (11:32 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Sep 2011 11:32:20 +0000 (11:32 +0000)
commite59766778d6b05c1bffb89f18cefa888a8f5ff40
tree29a1b22b266e209c6a59af5fb0a7de36da22a55a
parent09affc2a8063be4014aba82b095fb7d225b12016
In parse_header_time(), add a sanity check for GNU libc's strptime() which apparently occasionally returns negative years.

Reported by Väinö in #3403560
parsers.c