]> git.eshelyaron.com Git - emacs.git/commit
Fix bug with an attempt to select uninitialized frame (Bug#18161).
authorDmitry Antipov <dmantipov@yandex.ru>
Sun, 3 Aug 2014 07:19:43 +0000 (11:19 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Sun, 3 Aug 2014 07:19:43 +0000 (11:19 +0400)
commita270fa7cf82cb23c6dcd84aab7f2c178ac0cca55
tree4ffeea577fb0b58e9d80ef93f5965f6b31049b97
parentf91d04c6fef645f850b43c6b50aaa33648e99e2f
Fix bug with an attempt to select uninitialized frame (Bug#18161).
* xfns.c (Fx_create_frame): Move call to change_frame_size to
a section where Lisp evaluation is disabled.  This way a pointer
to uninitialized frame is not accessible from Lisp, which becomes
critical if following call to x_figure_window_size throws an error.
src/ChangeLog
src/xfns.c