* src/xdisp.c (handle_invisible_prop): Avoid inflooping when the
string has an invalid %-construct in it and is displayed as part
of mode-line or header-line. (Bug#26586)
bidi_move_to_visually_next (&it->bidi_it);
}
while (oldpos <= it->bidi_it.charpos
- && it->bidi_it.charpos < endpos);
+ && it->bidi_it.charpos < endpos
+ && it->bidi_it.charpos < it->bidi_it.string.schars);
IT_STRING_CHARPOS (*it) = it->bidi_it.charpos;
IT_STRING_BYTEPOS (*it) = it->bidi_it.bytepos;