bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24206: 25.1; Curly quotes generate invalid strings, leading to a seg


From: Paul Eggert
Subject: bug#24206: 25.1; Curly quotes generate invalid strings, leading to a segfault
Date: Sun, 14 Aug 2016 09:51:43 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 08/14/2016 09:27 AM, Eli Zaretskii wrote:
The "length = 1" part is only correct if the argument string is
multibyte, and should otherwise count the number of bytes in
uLSQM/uRSQ, right?

This string is by definition multibyte at that point, since that part of the code is inserting a Unicode character that is not ASCII.

More generally, Fsubstitute_command_keys is quite confused about unibyte versus multibyte issues. It merges together a number of strings, and assumes that they are all multibyte iff the original string is multibyte, which is obviously not true in general. (This problem is not limited to the requoting part of the code.) In master, I've altered the implementation to always generate either the original string, or an ASCII string, or a multibyte string. Since substitute-command-keys is not intended to be used on encoded unibyte text, that's good enough.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]