Closed Bug 1341088 Opened 8 years ago Closed 7 years ago

Support validation of OpenType Variation font tables

Categories

(Core :: Graphics: Text, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla61
Tracking Status
firefox61 --- fixed

People

(Reporter: jfkthame, Assigned: jfkthame)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

(Whiteboard: [gfx-noted])

Attachments

(2 files)

Currently, the version of OTS we're using doesn't know about OpenType Variations tables.[1] We should fix that, so that we don't risk passing corrupt/malicious tables to the font rasterizers. [1] https://www.microsoft.com/typography/otspec/otvaroverview.htm
Whiteboard: [gfx-noted]
Priority: -- → P3
I've submitted a PR to upstream OTS with an initial effort at validation of the Variations tables: https://github.com/khaledhosny/ots/pull/164.
Presumably once this lands, the keep_variation_tables preference being flipped in bug 1447163 would need to be... removed?
Right, that will be redundant once OTS handles them.
Support for validating these tables has now landed upstream, so let's pull it into gecko as well.
Attachment #8964121 - Flags: review?(jmuizelaar)
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Rather than just removing the pref, I've replaced it with one that can be used to bypass validation for these tables (just like we can for the OpenType Layout tables), which may be useful for testing purposes (particularly if we run into flaws in the validator). But my assumption is that validation will stay turned on by default, so that we have some protection against exposing the various rasterizers to random bad data in these font tables.
Note that as the variation-font support only just landed upstream, there are likely to be minor fixes over the next few days as it gets a fuzzing workout, etc. At this point there are three small fixes pending in https://github.com/khaledhosny/ots/pull/165, and I fully expect there will be a few more of a similar nature. So I intend to update the patch here with these fixes in the new code, as and when they get found/fixed/tested upstream.
Attachment #8964121 - Flags: review?(jmuizelaar) → review+
Attachment #8964122 - Flags: review?(jmuizelaar) → review+
Pushed by jkew@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/c033871a13d0 Update OTS to upstream rev. 63ff19f4a8, which includes support for variation tables. r=jrmuizel https://hg.mozilla.org/integration/mozilla-inbound/rev/d85e4be1d787 Enable validation of opentype variation tables in downloadable fonts, and replace the keep_variation_tables pref with validate_variation_tables (default=true). r=jrmuizel
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: