Re: [cvs] bogofilter/src/tests t.valgrind,1.16,1.17
Matthias Andree <[email protected]>
| Newsgroups | gmane.mail.bogofilter.devel |
|---|---|
| Message-ID | <[email protected]> |
David Relson <[email protected]> writes: > Update of /cvsroot/bogofilter/bogofilter/src/tests > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3831 > > Modified Files: > t.valgrind > Log Message: > Suppress errors in glibc::strchr. > > +# suppress valgrind complaints about glibc::strchr.S > + > +VG_SUPP=${TMPDIR}/vg.supp > + > +cat <<EOF > ${VG_SUPP} > +{ > + ignore strchr problem > + Memcheck:Cond > + fun:strchr > +} > +EOF > + > #V="-v" # verbosity level > This is too aggressive and will also quiet complaints that are real bugs. -- Matthias Andree _______________________________________________ Bogofilter-dev mailing list [email protected] http://www.bogofilter.org/mailman/listinfo/bogofilter-dev