mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 07:38:43 +00:00
Eliminate valgrind warnings from Python on the 32-bit as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92efda7e91
commit
43dd06ad20
@ -12,19 +12,19 @@
|
||||
{
|
||||
ADDRESS_IN_RANGE/Invalid read of size 4
|
||||
Memcheck:Addr4
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
||||
{
|
||||
ADDRESS_IN_RANGE/Invalid read of size 4
|
||||
Memcheck:Value4
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
||||
{
|
||||
ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
||||
Memcheck:Cond
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
||||
{
|
||||
@ -37,5 +37,5 @@
|
||||
We don't care if python leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user