Skip to content

Commit

Permalink
[post] Add a hb_barrier()
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Sep 22, 2024
1 parent 4877405 commit 0958929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hb-ot-post-table.hh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ struct post
return_trace (c->check_struct (this) &&
hb_barrier () &&
(version.to_int () == 0x00010000 ||
(version.to_int () == 0x00020000 && v2X.sanitize (c)) ||
(version.to_int () == 0x00020000 && hb_barrier () && v2X.sanitize (c)) ||
version.to_int () == 0x00030000));
}

Expand Down

0 comments on commit 0958929

Please sign in to comment.