~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to grub-core/gnulib/strchrnul.valgrind

Tags: upstream-1.99~20101122
ImportĀ upstreamĀ versionĀ 1.99~20101122

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Suppress a valgrind message about use of uninitialized memory in strchrnul().
 
2
# This use is OK because it provides only a speedup.
 
3
{
 
4
    strchrnul-value4
 
5
    Memcheck:Value4
 
6
    fun:strchrnul
 
7
}
 
8
{
 
9
    strchrnul-value8
 
10
    Memcheck:Value8
 
11
    fun:strchrnul
 
12
}