--- Begin Message ---
Subject: |
fix not checking if fixnat in Fmap_charset_chars |
Date: |
Wed, 27 Nov 2024 09:41:48 +0000 |
Problem:
Fmap_charset_chars's arguments from_code and to_code may be converted to unsigned numbers even if they're not fixnat.
Sulution:
Check that their fixnat.
0001-Fix-not-checking-if-fixnat.patch
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#74555: fix not checking if fixnat in Fmap_charset_chars |
Date: |
Sat, 30 Nov 2024 12:56:24 +0200 |
> Date: Wed, 27 Nov 2024 09:41:48 +0000
> From: altermo31 via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> Problem:
> Fmap_charset_chars's arguments from_code and to_code may be converted to
> unsigned numbers even if
> they're not fixnat.
>
> Sulution:
> Check that their fixnat.
Thanks, installed on the master branch, and closing the bug.
--- End Message ---