| Index: third_party/harfbuzz-ng/src/hb-blob.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-blob.cc b/third_party/harfbuzz-ng/src/hb-blob.cc
|
| index a6870dc06e4ddafe8d65c9dbe91c673753d1d769..fb48f03cabeccc408d90e5116378f5fa3c4c64d6 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-blob.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-blob.cc
|
| @@ -104,7 +104,6 @@ hb_blob_create (const char *data,
|
|
|
| if (!length ||
|
| length >= 1u << 31 ||
|
| - data + length < data /* overflows */ ||
|
| !(blob = hb_object_create<hb_blob_t> ())) {
|
| if (destroy)
|
| destroy (user_data);
|
|
|