<Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
</Or>
</Match>
- <Match>
- <Class name="org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable"/>
- <Bug pattern="ICAST_INTEGER_MULTIPLY_CAST_TO_LONG"/>
- </Match>
<!-- END - APPROVED EXCLUSIONS -->
<!-- START - TEMPORARY (UNAPPROVED) EXCLUSIONS -->
out[offset] = b1;
out[offset + 1] = b2;
}
-}
\ No newline at end of file
+}
+
protected void skipShort(FontFileReader reader, int skips)
throws IOException {
- reader.skip(skips * 2);
+ reader.skip(skips * 2L);
}
protected void skipLong(FontFileReader reader, int skips)
throws IOException {
- reader.skip(skips * 4);
+ reader.skip(skips * 4L);
}
protected void skipByte(FontFileReader reader, int skips)