Skip to content

Fix oss-fuzz/10359 and create look-up table for optional content groups

Adam Reichold requested to merge (removed):fix-of10359 into master

The first commit should be the minimum fix for oss-fuzz/10359 whereas the second commit tries to resolve the TODO in OptionalContent.cc by creating a look-up table from Ref to OptionalContentGroup (and makes Ref a regular hashable type to do so).

Merge request reports