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

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

Issue 2832643004: Fix potential missing nul character on resolved symbol names (Closed)
Patch Set: nit Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: tcmalloc 1 Name: tcmalloc
2 Short Name: gperftools 2 Short Name: gperftools
3 URL: http://gperftools.googlecode.com/ 3 URL: http://gperftools.googlecode.com/
4 Version: unknown 4 Version: unknown
5 Revision: 144 5 Revision: 144
6 Security Critical: yes 6 Security Critical: yes
7 License: BSD 7 License: BSD
8 8
9 Description: 9 Description:
10 This contains Chromium's locally patched copy of tcmalloc. 10 This contains Chromium's locally patched copy of tcmalloc.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 - Add generic.total_physical_bytes property to MallocExtension 101 - Add generic.total_physical_bytes property to MallocExtension
102 - Conditionally define HAVE_VDSO_SUPPORT only on linux_x86 to avoid static initi alizers 102 - Conditionally define HAVE_VDSO_SUPPORT only on linux_x86 to avoid static initi alizers
103 - Add TC_MALLOPT_IS_OVERRIDDEN_BY_TCMALLOC mallopt() arg 103 - Add TC_MALLOPT_IS_OVERRIDDEN_BY_TCMALLOC mallopt() arg
104 - Added tc_malloc_skip_new_handler. 104 - Added tc_malloc_skip_new_handler.
105 - Added TCMALLOC_DONT_REPLACE_SYSTEM_ALLOC which bypasses the libc_override logi c. 105 - Added TCMALLOC_DONT_REPLACE_SYSTEM_ALLOC which bypasses the libc_override logi c.
106 - Backported 7df7f14 "issue-693: enable futex usage on arm" from upstream. 106 - Backported 7df7f14 "issue-693: enable futex usage on arm" from upstream.
107 - Don't use the tls model 'initial-exec' in chromeos on arm with gcc. 107 - Don't use the tls model 'initial-exec' in chromeos on arm with gcc.
108 - Update addr2line-pdb.c to fix format string errors and use relative addresses 108 - Update addr2line-pdb.c to fix format string errors and use relative addresses
109 matching linux's behavior more closely. 109 matching linux's behavior more closely.
110 - Changed kint64min to not depend on undefined behavior. 110 - Changed kint64min to not depend on undefined behavior.
111 - Fix potential missing nul character in symbol names produced by addr2line-pdb.
OLDNEW
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698