Protect the bidi iterator against zero bidi properties.
commit0be6ee069e0911cdac5abe4d2ff53bf32a6d62fc
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Aug 2011 18:46:02 +0000 (18 21:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Aug 2011 18:46:02 +0000 (18 21:46 +0300)
treeb0b68e840fe25d3e50a6252eeadd0af3e6313718
parent92b714445aac9be4227684f9c90cd61c3a0f02d5
Protect the bidi iterator against zero bidi properties.

 src/bidi.c (bidi_get_type): If bidi_type_table reports zero as the
 character bidirectional type, use STRONG_L instead.  Fixes crashes
 in a buffer produced by `describe-categories'.
src/ChangeLog
src/bidi.c