From: Paul Eggert Date: Fri, 3 Jun 2011 18:17:13 +0000 (-0700) Subject: * fileio.c (Fverify_visited_file_modtime): Avoid time overflow X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~8^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2f51f38c3626e888a81cc77834596c542a71731;p=emacs.git * fileio.c (Fverify_visited_file_modtime): Avoid time overflow if b->modtime has its maximal value. --- e2f51f38c3626e888a81cc77834596c542a71731 diff --cc src/ChangeLog index 2d139e0bfc9,0d84500e78d..ff36dd33102 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,5 -1,8 +1,8 @@@ -2011-06-02 Paul Eggert +2011-06-03 Paul Eggert + * fileio.c (Fverify_visited_file_modtime): Avoid time overflow + if b->modtime has its maximal value. + * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. * lisp.h: Include , as it'll useful in later changes.