Behdad Esfahbod 7d5e7613ce Fail blob creation if length overflows or is too large
Fail if blob start plus length overflows; or if blob length
is greater than 2GB.  It takes a while for fonts to get to that
size.  In the mean time, it protects against bugs like this:

  http://www.icu-project.org/trac/ticket/11450

Also avoids some weird issues with 32bit vs 64bit systems
as we accept length as unsigned int.  As such, a length of
-1 will cause overflow on 32bit machines, but happily
accepted on a 64bit machine.  Avoid that.
2014-12-18 18:22:21 -08:00
..
2013-03-21 16:26:39 -04:00
2013-05-28 17:34:37 -04:00
2013-05-28 15:25:06 -04:00
2012-04-14 19:19:26 -04:00
2012-01-19 14:52:02 -05:00
2014-02-10 13:48:43 -05:00
2012-01-19 14:52:02 -05:00