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

Side by Side Diff: gdb/gnulib/import/memchr.valgrind

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 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 | « gdb/gnulib/import/memchr.c ('k') | gdb/gnulib/import/memmem.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 # Suppress a valgrind message about use of uninitialized memory in memchr(). 1 # Suppress a valgrind message about use of uninitialized memory in memchr().
2 # POSIX states that when the character is found, memchr must not read extra 2 # POSIX states that when the character is found, memchr must not read extra
3 # bytes in an overestimated length (for example, where memchr is used to 3 # bytes in an overestimated length (for example, where memchr is used to
4 # implement strnlen). However, we use a safe word read to provide a speedup. 4 # implement strnlen). However, we use a safe word read to provide a speedup.
5 { 5 {
6 memchr-value4 6 memchr-value4
7 Memcheck:Value4 7 Memcheck:Value4
8 fun:rpl_memchr 8 fun:rpl_memchr
9 } 9 }
10 { 10 {
11 memchr-value8 11 memchr-value8
12 Memcheck:Value8 12 Memcheck:Value8
13 fun:rpl_memchr 13 fun:rpl_memchr
14 } 14 }
OLDNEW
« no previous file with comments | « gdb/gnulib/import/memchr.c ('k') | gdb/gnulib/import/memmem.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698