| Index: third_party/crashpad/crashpad/third_party/getopt/README.crashpad
|
| diff --git a/third_party/crashpad/crashpad/third_party/getopt/README.crashpad b/third_party/crashpad/crashpad/third_party/getopt/README.crashpad
|
| index 9b2b8321d39abb9a222bc76a8d0798492f373aa1..a7166e1f773d1cf39474323877672ea73769f90b 100644
|
| --- a/third_party/crashpad/crashpad/third_party/getopt/README.crashpad
|
| +++ b/third_party/crashpad/crashpad/third_party/getopt/README.crashpad
|
| @@ -13,3 +13,5 @@ Local Modifications:
|
| - Add copy of copyright (Public domain) to the top of both files for Chromium's
|
| checklicenses step.
|
| - Compiled as .cc, and wrapped in namespace crashpad.
|
| +- memcmp() -> strncmp() in getopt.cc to make ASan happier about some string
|
| + manipulation.
|
|
|