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

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

bug#66098: Crash in itree.c on macOS with incomplete backtrace


From: Paul Eggert
Subject: bug#66098: Crash in itree.c on macOS with incomplete backtrace
Date: Wed, 20 Sep 2023 01:08:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 2023-09-19 03:09, Robert Pluim wrote:
-  for (ptrdiff_t i = 1; i <= nargs; i++)
+  for (ptrdiff_t i = 1; i < nargs; i++)

Thanks for reporting that fix. I installed it on Savannah master. I don't know whether this has anything to do with the original bug#66098, though.





reply via email to

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