[myanmar] Fix unsafe usage of FLAG_SAFE()
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 19 Oct 2017 18:35:51 +0000 (11:35 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 19 Oct 2017 18:35:51 +0000 (11:35 -0700)
commit7c561dacc3c5fb9306db8bda27b7289331bd523f
treeeb22556ec842472c8e93b27f2f5e016092237736
parentd6f612fac800c31989c298b5101845baed2297b1
[myanmar] Fix unsafe usage of FLAG_SAFE()

The commit f559c633073f63b9d87cb2440048b4413cfa1c05 caused
"undefined-shift" errors in Myanmar shaper as we changed the
numeric value of type D from 19 to 32 there, making the
"FLAG_SAFE (info.myanmar_category())" wrong.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3546
src/hb-ot-shape-complex-myanmar.cc