Skip to content

Commit b1ddc42

Browse files
committed
2006-05-07 Zoltan Varga <[email protected]>
* data/mono.supp: Applied patch from Matt Hargett ([email protected]). Generalize path to the mono executable. svn path=/trunk/mono/; revision=60381
1 parent 37fe1c2 commit b1ddc42

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2006-05-07 Zoltan Varga <[email protected]>
2+
3+
* data/mono.supp: Applied patch from Matt Hargett ([email protected]).
4+
Generalize path to the mono executable.
5+
16
2006-05-02 Jonathan Chambers <[email protected]>
27

38
* configure.in: Add oleaut32 on Win32 builds for BSTR support

data/mono.supp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,34 @@
77
Memcheck:Cond
88
fun:GC_*
99
fun:*
10-
obj:/usr/local/bin/mono
10+
obj:*mono
1111
}
1212
{
1313
mono - Use of uninitialized value of size 4
1414
Memcheck:Value4
1515
fun:GC_*
1616
fun:*
17-
obj:/usr/local/bin/mono
17+
obj:*mono
1818
}
1919
{
2020
mono - Use of uninitialized value of size 8
2121
Memcheck:Value8
2222
fun:GC_*
2323
fun:*
24-
obj:/usr/local/bin/mono
24+
obj:*mono
2525
}
2626
{
2727
mono - Use of uninitialized value of size 1
2828
Memcheck:Value1
2929
fun:GC_*
3030
fun:*
31-
obj:/usr/local/bin/mono
31+
obj:*mono
3232
}
3333
{
3434
mono - Invalid read of size 4
3535
Memcheck:Addr4
3636
fun:GC_*
3737
fun:*
38-
obj:/usr/local/bin/mono
38+
obj:*mono
3939
}
4040

0 commit comments

Comments
 (0)