~clint-fewbar/ubuntu/natty/upstart/add-serial-console

« back to all changes in this revision

Viewing changes to util/util.supp

  • Committer: James Hunt
  • Date: 2010-12-14 17:04:01 UTC
  • mfrom: (1185.1.11 upstream)
  • Revision ID: james.hunt@ubuntu.com-20101214170401-3a27aef2slvnt5l4
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This is a valgrind suppressions file.
2
 
 
3
 
# utmp(x)name leaks the filename we pass
4
 
{
5
 
    utmpname-filename
6
 
    Memcheck:Leak
7
 
    fun:malloc
8
 
    fun:strdup
9
 
    fun:utmpname
10
 
}