From 7f08cbd7d6dcf19b8d8e4328e33032aee342e3b4 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 26 Jan 2011 13:53:40 +0100 Subject: Upgrade to upstream 2.4.4 This is necessary to fix several security issues. See b/3344697 Change-Id: Ica5c6387fbd791008199f7994ed03978ed700a69 --- src/base/ftbase.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/base/ftbase.h') diff --git a/src/base/ftbase.h b/src/base/ftbase.h index 1dc49f3..6375613 100644 --- a/src/base/ftbase.h +++ b/src/base/ftbase.h @@ -49,6 +49,17 @@ FT_BEGIN_HEADER FT_Face *aface ); +#ifdef FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK + /* Mac OS X/Darwin kernel often changes recommended method to access */ + /* the resource fork and older methods makes the kernel issue the */ + /* warning of deprecated method. To calm it down, the methods based */ + /* on Darwin VFS should be grouped and skip the rest methods after */ + /* the case the resource is opened but found to lack a font in it. */ + FT_LOCAL( FT_Bool ) + raccess_rule_by_darwin_vfs( FT_UInt rule_index ); +#endif /* FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK */ + + FT_END_HEADER #endif /* __FTBASE_H__ */ -- cgit v1.2.3