| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| index 4d3446892cafe806612e430367fe0dbc18e21052..7b043440e8a7475a9539115c7e6894824f2a644c 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| @@ -451,7 +451,7 @@ insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
|
|
|
| buffer->idx = 0;
|
| unsigned int last_syllable = 0;
|
| - while (buffer->idx < buffer->len)
|
| + while (buffer->idx < buffer->len && !buffer->in_error)
|
| {
|
| unsigned int syllable = buffer->cur().syllable();
|
| syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
|
|
|