Go to file
Behdad Esfahbod 52f61cdb87 Detect over/under-flow in UnsizedArray::operator[]
Was causing bad substitutions in mort table because of WordOffsetToIndex()
producing negative numbers that were cast to unsigned int and returned as
large numbers (which was desirable, so they would be rejected), but then
they were cast to int when passed to this operator and acting as small
negative integers, which was bad...

Detect overflow.  Ouch, however, now I see this still fails on 32-bit.
Guess I'm going to revert an earlier change.
2018-11-16 16:41:59 -08:00
.ci
.circleci [ci] minor 2018-11-08 10:59:50 +03:30
docs
m4
src Detect over/under-flow in UnsizedArray::operator[] 2018-11-16 16:41:59 -08:00
test Fix vertical fallback space sign 2018-11-16 15:04:41 -08:00
util [subset] minor, adjust spaces 2018-11-16 00:02:47 +03:30
.editorconfig
.travis.yml
appveyor.yml
AUTHORS
autogen.sh
azure-pipelines.yml
BUILD.md
CMakeLists.txt
configure.ac 2.1.2 2018-11-16 15:38:11 -08:00
COPYING
git.mk
harfbuzz.doap
Makefile.am
mingw32.sh
mingw64.sh
NEWS 2.1.2 2018-11-16 15:38:11 -08:00
README
README.md
README.python.md
README.wine.md
RELEASING.md
replace-enum-strings.cmake
THANKS
TODO

Build Status Build status CircleCI Coverity Codacy Badge Coverage Status ABI Tracker

This is HarfBuzz, a text shaping library.

For bug reports, mailing list, and other information please visit:

http://harfbuzz.org/

For license information, see the file COPYING.

Documentation: https://harfbuzz.github.io