[name] Fix nul-termination bug
This commit is contained in:
parent
9b532e2ed4
commit
888a65615c
|
@ -83,7 +83,7 @@ hb_ot_name_convert_utf (const hb_bytes_t *bytes,
|
||||||
};
|
};
|
||||||
|
|
||||||
*text_size = dst - text;
|
*text_size = dst - text;
|
||||||
*text = 0; /* NUL-terminate. */
|
*dst = 0; /* NUL-terminate. */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Accumulate length of rest. */
|
/* Accumulate length of rest. */
|
||||||
|
|
Loading…
Reference in New Issue