Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Side by Side Diff: third_party/mach_override/README.chromium

Issue 7670025: [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch mach_override Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: mach_override 1 Name: mach_override
2 Short Name: Part of the mach_star project 2 Short Name: Part of the mach_star project
3 Version: Unknown 3 Version: Unknown
4 URL: https://github.com/rentzsch/mach_star 4 URL: https://github.com/rentzsch/mach_star
5 Date: 07/22/2011 5 Date: 07/22/2011
6 Revision: 51ae3d199463fa84548f466d649f0821d579fdaf 6 Revision: 51ae3d199463fa84548f466d649f0821d579fdaf
7 License: MIT 7 License: MIT
8 Security Critical: Yes 8 Security Critical: Yes
9 9
10 10
11 Description: 11 Description:
12 This is the mach_override part of mach_star, namely: 12 This is the mach_override part of mach_star, namely:
13 13
14 https://github.com/rentzsch/mach_star/tree/51ae3d199463fa84548f466d649f0821d57 9fdaf 14 https://github.com/rentzsch/mach_star/tree/51ae3d199463fa84548f466d649f0821d57 9fdaf
15 15
16 This package is used to replace framework functions with different 16 This package is used to replace framework functions with different
17 implementations at run time. 17 implementations at run time.
18 18
19 19
20 Local Modifications: 20 Local Modifications:
21 21
22 None. All local changes have been upstreamed. 22 Added the instructions to |possibleInstructions| for the very short
23 malloc_error_break() on 10.5 so that it can be overriden on that platform.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698