809277f8ce
gdb/ * gnulib/: Move whole directory ... * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust. * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS) (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS) (aclocal_m4_deps): Adjust. * aclocal.m4: Regenerate. * configure: Regenerate. * configure.ac: Adjust AC_OUTPUT output. gdbserver/ * Makefile.in (LIBGNU, INCGNU): Adjust. (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust. (all, install-only, uninstall, clean-info, all-lib, clean) (maintainer-clean, Makefile, gnulib/Makefile): Adjust. * configure.ac: Adjust AC_OUTPUT output. * aclocal.m4: Regenerate. * configure: Regenerate.
14 lines
426 B
Text
14 lines
426 B
Text
# Suppress a valgrind message about use of uninitialized memory in memchr().
|
|
# POSIX states that when the character is found, memchr must not read extra
|
|
# bytes in an overestimated length (for example, where memchr is used to
|
|
# implement strnlen). However, we use a safe word read to provide a speedup.
|
|
{
|
|
memchr-value4
|
|
Memcheck:Value4
|
|
fun:rpl_memchr
|
|
}
|
|
{
|
|
memchr-value8
|
|
Memcheck:Value8
|
|
fun:rpl_memchr
|
|
}
|