]> git.eshelyaron.com Git - emacs.git/commit
Fix stack overflows with large popup menus
authorPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 12:31:18 +0000 (20:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 12:31:18 +0000 (20:31 +0800)
commitcec2ef73a6ac0062f428d219afd139a7e42c4734
treea320ccb151e1db98dc45d429e550a6873095de17
parentca6899a0efb3ec4ca945fe8412d59e57bc0afa7d
Fix stack overflows with large popup menus

* src/xmenu.c (x_menu_show): Allocate various stacks with
SAFE_ALLOCA.
src/xmenu.c