Commit Graph

6 Commits

Author SHA1 Message Date
wolfbeast d40a98322b Add more NS_BUILD_REFCNT_LOGGING in AtomicRefCountedWithFinalize. 2018-02-08 21:22:59 +01:00
wolfbeast b9b545e7dd Avoid potentially unsafe snprintf usage in FPSCounter.
snprintf returns the number of bytes it would have written when it runs out of space.
This patch makes sure we properly handle this unlikely event in FPSCounter.
This patch also makes sure we don't print out the contents of an uninitialized buffer.
2018-02-08 13:19:30 +01:00
wolfbeast a54e46aeb5 Check for too large allocation size in BasicPlanarYCbCrImage::CopyData (DiD) 2018-02-05 15:52:58 +01:00
wolfbeast e5f30602af Update graphite2 lib to 1.3.10
(from 1.3.8)
2018-02-04 11:49:12 +01:00
wolfbeast 3e0351aa49 Implement WebP image decoder. 2018-02-03 10:03:50 +01:00
Matt A. Tobin 5f8de423f1 Add m-esr52 at 52.6.0 2018-02-02 04:16:08 -05:00