commit | 3a9262cc3de4be58804cdd431dd4ae9fa9bfbe7a | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat Nov 04 12:52:46 2023 -0600 |
committer | Behdad Esfahbod <[email protected]> | Sat Nov 04 15:21:47 2023 -0600 |
tree | 4e046cab1791321fc1e27013334763106e61b355 | |
parent | 30672c7e75097377e08f3cc91ddd7e4c14a76033 [diff] [blame] |
[sanitize] More hb_barrier() annotations
diff --git a/src/hb-aat-layout-opbd-table.hh b/src/hb-aat-layout-opbd-table.hh index 51b650f..9840d3a 100644 --- a/src/hb-aat-layout-opbd-table.hh +++ b/src/hb-aat-layout-opbd-table.hh
@@ -144,6 +144,7 @@ TRACE_SANITIZE (this); if (unlikely (!c->check_struct (this) || version.major != 1)) return_trace (false); + hb_barrier (); switch (format) {