Blame gnulib/lib/strchrnul.valgrind

Packit 06dd63
# Suppress a valgrind message about use of uninitialized memory in strchrnul().
Packit 06dd63
Packit 06dd63
# Copyright (C) 2008-2019 Free Software Foundation, Inc.
Packit 06dd63
#
Packit 06dd63
# This program is free software: you can redistribute it and/or modify
Packit 06dd63
# it under the terms of the GNU Lesser General Public License as published by
Packit 06dd63
# the Free Software Foundation; either version 2.1 of the License, or
Packit 06dd63
# (at your option) any later version.
Packit 06dd63
#
Packit 06dd63
# This program is distributed in the hope that it will be useful,
Packit 06dd63
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 06dd63
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 06dd63
# GNU Lesser General Public License for more details.
Packit 06dd63
#
Packit 06dd63
# You should have received a copy of the GNU Lesser General Public License
Packit 06dd63
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
Packit 06dd63
Packit 06dd63
# This use is OK because it provides only a speedup.
Packit 06dd63
{
Packit 06dd63
    strchrnul-value4
Packit 06dd63
    Memcheck:Value4
Packit 06dd63
    fun:strchrnul
Packit 06dd63
}
Packit 06dd63
{
Packit 06dd63
    strchrnul-value8
Packit 06dd63
    Memcheck:Value8
Packit 06dd63
    fun:strchrnul
Packit 06dd63
}