mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 15:50:26 +08:00
56b14bceef
R=mark@chromium.org BUG=chromium:635990 Change-Id: I69f0e1f0f48c6d0d2ac26eb395df7add2907d02b Reviewed-on: https://chromium-review.googlesource.com/367350 Reviewed-by: Mark Mentovai <mark@chromium.org>
Name: Gregory Pietsch getopt Short Name: getopt URL: https://sourceware.org/ml/newlib/2005/msg00758.html License: Public domain License File: LICENSE Security Critical: no Description: A public domain implementation of getopt. Local Modifications: - Minor compilation fixes applied for Windows. - 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.