diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-10-18 13:07:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-10-18 13:23:11 -0700 |
commit | b72ff3667a137ca5d03f6a5c3cff722f004bc8ed (patch) | |
tree | d162f5fcad5e194d40e9ebeeaef5b5d07e3b5bcf /lisp/emacs-lisp/lisp-mode.el | |
parent | 36c75c2a413beebc0b5163ba962cacfcea36db02 (diff) | |
download | emacs-b72ff3667a137ca5d03f6a5c3cff722f004bc8ed.tar.gz emacs-b72ff3667a137ca5d03f6a5c3cff722f004bc8ed.tar.bz2 emacs-b72ff3667a137ca5d03f6a5c3cff722f004bc8ed.zip |
Fix integer-overflow bug in Time conversion
Problem reported by Stefan Monnier (Bug#37795).
* src/keyboard.c (make_lispy_position)
(make_scroll_bar_position, make_lispy_event):
* src/xterm.c (x_ewmh_activate_frame):
Use INT_TO_INTEGER to convert Time to a Lisp integer,
since the value might not be a fixnum.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
0 files changed, 0 insertions, 0 deletions