aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/sfntly
AgeCommit message (Expand)Author
2016-10-28Fix invalid cast found by Control Flow Integrity.Lei Zhang
2016-10-25Fix breakage from commit 083b02b1.Lei Zhang
2016-10-19Fix undefined shifts in ReadableFontData::ReadShort.Lei Zhang
2016-10-19Check for negative size in NameTable::NameAsBytes.Lei Zhang
2016-10-19Avoid NULL derefs inside FontHeaderTable::Builder.Lei Zhang
2016-10-19Fix undefined shifts in ReadableFontData::ReadLong.Lei Zhang
2016-10-19Fix NULL pointer derefs in sfntly::Font::Builder.Lei Zhang
2016-09-07Add missing header from commit c9025ecc.Lei Zhang
2016-09-07Add ReadableFontData::kInvalidUnsigned.Lei Zhang
2016-09-01Add more bounds checks in WritableFontData.Lei Zhang
2016-09-01Return error values in ReadableFontData::Read*().Lei Zhang
2016-09-01Add a size limit for font tables.Lei Zhang
2016-09-01Add a nullptr check to GlyphTable::Glyph().Lei Zhang
2016-06-09Add a bounds check to ByteArray::Get().Lei Zhang
2015-09-23Check for integer overflow in sfntly::FontData::Bound().Lei Zhang
2014-06-09Fix compiler warningarthurhsu
2013-11-05Issue 19330043: fix QNX buildarthurhsu
2013-10-16ticket:38 Fix sfntly compilation on VS2013stuartg
2012-07-09Gracefully fail when TTF name table contains a zero-length name.arthurhsu
2012-06-29Land Nico's warning fix.arthurhsu
2012-02-28Work around Apple MacOS X Lion AppleMyungjo font bug.arthurhsu
2012-01-05Coverity fix: uninitialized scalar member.arthurhsu
2011-12-12Move Chromium subsetter code to sample, update CMakeLists accordingly.arthurhsu
2011-12-09Patch from Nico Weber: remove static initializers.arthurhsu
2011-11-30Fix clang compilation errors in Chromium.arthurhsu
2011-11-29Graduate EBXX from experimentalarthurhsu
2011-11-28Update per code review comments from previous check-inarthurhsu
2011-11-28Finish bitmap subsetting supportarthurhsu
2011-11-16Fix bug in HDMX table (from stuartg's code review)arthurhsu
2011-11-15Update to Java initial release (except bitmap tables)arthurhsu
2011-10-21Update to 10-17-11 snapshotarthurhsu
2011-10-20Fix issue 3: no new line at end of filearthurhsu
2011-10-18Update to 10-12-11 snapshotarthurhsu
2011-10-11Update to Sep 30 snapshot, include all current EBXX support.arthurhsu
2011-09-26Temporary disable CMap and Bitmap processing by default.arthurhsu
2011-09-20Add atomicity to whereever needed.arthurhsu
2011-09-17Fixing Windows build, round 2.dfilimon
2011-09-17Fixing compile errors on Windows.dfilimon
2011-09-17Adding support for CMapFormat4.dfilimon
2011-09-16Typo in last commit.dfilimon
2011-09-16Assignment operator fix for IdFilter.dfilimon
2011-09-16Minor cleanup.dfilimon
2011-09-15Added port/type.h before other headers to fix the Visual Studio redefintion i...dfilimon
2011-09-15Added private operator= for CMapIdFilter to get the code to compile with Visu...dfilimon
2011-09-15Added fix for operator= generation failure for CMapIdFilter on Windows.dfilimon
2011-09-15Added UNREFERENCED_PARAMATER fix for CMapFormat2 iterator.dfilimon
2011-09-15Adding CMapTable support for Format0.dfilimon
2011-09-12Add mutexarthurhsu
2011-09-08Advance C++ port to Sep 1 11 snapshotarthurhsu
2011-09-01Advance C++ port to Aug 11 Java snapshotarthurhsu