]> git.eshelyaron.com Git - emacs.git/commit
Fix x-show-tip bignum crash
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2025 06:15:49 +0000 (22:15 -0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:06:29 +0000 (19:06 +0100)
commit0c5b39ec6cd3c9a85b99921ad747a7119eb28b28
tree33dbba081c264a2e90baa1f9e94a1e4b926c847d
parent2dd766a546d783c7b93518b8d1ebc82f8fb57248
Fix x-show-tip bignum crash

* src/pgtkfns.c (compute_tip_xy): Fix crash if user specifies
bignums.  Bug found with --enable-gcc-warnings.

(cherry picked from commit 17a8bf53f390718756e397cc0b31c1ef2c7de5f0)
src/pgtkfns.c