aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sfnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt.c b/src/sfnt.c
index b300eb4ba89..0666bb17cf0 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -14269,7 +14269,7 @@ sfnt_read_fvar_table (int fd, struct sfnt_offset_subtable *subtable)
14269 || INT_ADD_WRAPV (min_bytes, temp, &min_bytes)) 14269 || INT_ADD_WRAPV (min_bytes, temp, &min_bytes))
14270 goto bail; 14270 goto bail;
14271 14271
14272 pad = alignof (struct sfnt_variation_axis); 14272 pad = alignof (struct sfnt_instance);
14273 pad -= min_bytes & (pad - 1); 14273 pad -= min_bytes & (pad - 1);
14274 14274
14275 if (INT_ADD_WRAPV (min_bytes, pad, &min_bytes)) 14275 if (INT_ADD_WRAPV (min_bytes, pad, &min_bytes))