mirror of https://github.com/google/oss-fuzz.git
fonttools: add another error to catch (#9275)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54500 Signed-off-by: David Korczynski <david@adalogics.com> Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
9a3498ed88
commit
526edb8a0d
|
@ -38,6 +38,8 @@ def TestOneInput(data):
|
|||
pass
|
||||
except misc.xmlReader.TTXParseError:
|
||||
pass
|
||||
except fontTools.ttLib.TTLibError:
|
||||
pass
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in New Issue