projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4cada
)
fixed FDSelect0::sanitize
author
Michiharu Ariza
<ariza@adobe.com>
Mon, 30 Jul 2018 22:27:20 +0000
(15:27 -0700)
committer
Michiharu Ariza
<ariza@adobe.com>
Mon, 30 Jul 2018 22:27:20 +0000
(15:27 -0700)
src/hb-ot-cff-common-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-ot-cff-common-private.hh
b/src/hb-ot-cff-common-private.hh
index
9dab98d
..
0e035a2
100644
(file)
--- a/
src/hb-ot-cff-common-private.hh
+++ b/
src/hb-ot-cff-common-private.hh
@@
-243,6
+243,7
@@
struct FDSelect0 {
inline bool sanitize (hb_sanitize_context_t *c) const
{
TRACE_SANITIZE (this);
+ return_trace (likely (c->check_struct (this) && fds[c->get_num_glyphs () - 1].sanitize (c)));
}
HBUINT8 fds[VAR];