]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/commit-dates-parsing-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:04:01 +0000 (14:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:04:01 +0000 (14:04 -0700)
Codepaths that parse timestamps in commit objects have been
tightened.

* jk/commit-dates-parsing-fix:
  show_ident_date: fix tz range check
  log: do not segfault on gmtime errors
  log: handle integer overflow in timestamps
  date: check date overflow against time_t
  fsck: report integer overflow in author timestamps
  t4212: test bogus timestamps with git-log

1  2 
cache.h
date.c
pretty.c
t/t4212-log-corrupt.sh

diff --cc cache.h
Simple merge
diff --cc date.c
Simple merge
diff --cc pretty.c
Simple merge
Simple merge