]> git.eshelyaron.com Git - emacs.git/commit
Improve bidi_get_time runtime checking
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Feb 2025 19:43:58 +0000 (11:43 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:35:00 +0000 (09:35 +0100)
commit0b3ce5f940cb1b0e373aae05cbb19610db9dd875
treebc72a6dfa5fd3902ec322ffdc45b24fab95cc34d
parent757051908bd998ee95f6b6a51e5d56bc188129ec
Improve bidi_get_time runtime checking

* src/bidi.c (bidi_get_type): Improve runtime checking, by also
aborting if the bidi_type_table entry is not a bidi_type_t value.

(cherry picked from commit 782ec71053d8535511522f27f28c11682ca0f40b)
src/bidi.c