author | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Sep 2009 06:40:09 +0000 (23:40 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 7 Oct 2009 20:05:03 +0000 (13:05 -0700) | ||
commit | 1cd749cc0722533bd1849f491ec9ab19e17232e1 | |
tree | c2a549534d534d2f4b5a53862afe3e277fe33243 | tree | snapshot |
parent | 04ce83e2b9a1f1512d3d0c873e8f13d06761620c | commit | diff |
fast-import.c::validate_raw_date(): really validate the value
When reading the "raw format" timestamp from the input stream, make sure
that the timezone offset is a reasonable value by imitating 7122f82
(date.c: improve guess between timezone offset and year., 2006-06-08).
We _might_ want to also check if the timestamp itself is reasonable, but
that is left for a separate commit.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When reading the "raw format" timestamp from the input stream, make sure
that the timezone offset is a reasonable value by imitating 7122f82
(date.c: improve guess between timezone offset and year., 2006-06-08).
We _might_ want to also check if the timestamp itself is reasonable, but
that is left for a separate commit.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c | diff | blob | history |