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

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

bug#52446: 28.0.90; Infinite loop in add_row_entry


From: Po Lu
Subject: bug#52446: 28.0.90; Infinite loop in add_row_entry
Date: Sun, 12 Dec 2021 18:43:20 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> Now I'm confused: if row_table[i] is NULL for each i, then how did we
> enter that loop?  Its condition checks for entry being non-NULL.

The disassembly checks out, so that condition is not being mis-compiled.
But that doesn't rule out the possibility of a miscompilation elsewhere.

I will try to reproduce this under a memory checker, and with
optimizations turned off.




reply via email to

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