diff options
author | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 02:19:10 +0000 |
---|---|---|
committer | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 02:19:10 +0000 |
commit | 94e715503fa84149250d01f31cbc64a683b9cd55 (patch) | |
tree | 60b33703f06a4aa569e0d2ed67ab48ba124dbbb9 /third_party/harfbuzz/README.chromium | |
parent | 0e3f30727adf5ca0a76ddae8c7bc53eaecdb2380 (diff) | |
download | chromium_src-94e715503fa84149250d01f31cbc64a683b9cd55.zip chromium_src-94e715503fa84149250d01f31cbc64a683b9cd55.tar.gz chromium_src-94e715503fa84149250d01f31cbc64a683b9cd55.tar.bz2 |
[Harfbuzz] Fix OOB read in tibetan_form()
|c| should be smaller than 0x0fc0.
BUG=chromium:122586
TEST=manual
Review URL: http://codereview.chromium.org/10024052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz/README.chromium')
-rw-r--r-- | third_party/harfbuzz/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/harfbuzz/README.chromium b/third_party/harfbuzz/README.chromium index c536a1e..14bdb34 100644 --- a/third_party/harfbuzz/README.chromium +++ b/third_party/harfbuzz/README.chromium @@ -9,7 +9,7 @@ Security Critical: yes Description: "Harfbuzz is an OpenType text shaping engine." Read http://behdad.org/text/ if you dare learn more. -This code was taken from d10a264823e81631336bab37f08a52cc243d3654 +This code was taken from 90138e5a4d15c44f05456f90083ecacdc3196c8e (git://anongit.freedesktop.org/harfbuzz) The patch in chromium.patch was applied on top of this; I will talk with |