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

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

bug#26961: 26.0.50; Possible timming issue in regex-tests.el


From: Tino Calancha
Subject: bug#26961: 26.0.50; Possible timming issue in regex-tests.el
Date: Sat, 20 May 2017 20:20:39 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Sat, 20 May 2017, Eli Zaretskii wrote:

Does the problem go away if you replace each AUTO_STRING in
load_warn_unescaped_character_literals with build_string?  IOW,
instead of this:

 AUTO_STRING (separator, ", ");

use this:

 Lisp_Object separator = build_string (", ");

and similarly for all the other strings used in the CALLN call in
load_warn_unescaped_character_literals.
Yes, that change fixes the problem.  No crashes anymore.





reply via email to

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