[HB] Save edit even if not writeable
This commit is contained in:
parent
9bd629ccd0
commit
f4b58d3fc2
@ -232,10 +232,8 @@ _hb_sanitize_fini (hb_sanitize_context_t *context,
|
|||||||
static HB_GNUC_UNUSED bool
|
static HB_GNUC_UNUSED bool
|
||||||
_hb_sanitize_edit (hb_sanitize_context_t *context)
|
_hb_sanitize_edit (hb_sanitize_context_t *context)
|
||||||
{
|
{
|
||||||
bool perm = hb_blob_try_writeable_inplace (context->blob);
|
context->edit_count++;
|
||||||
if (perm)
|
return hb_blob_try_writeable_inplace (context->blob);
|
||||||
context->edit_count++;
|
|
||||||
return perm;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SANITIZE_ARG_DEF \
|
#define SANITIZE_ARG_DEF \
|
||||||
|
Loading…
Reference in New Issue
Block a user