[trunk] WIP: add a file to exclude some valgrind errors (detected with ctest_memcheck) related to png lib found with ubuntu10.04 platform
This commit is contained in:
parent
08bc3b0386
commit
f1c8dd887b
1
CHANGES
1
CHANGES
|
@ -6,6 +6,7 @@ What's New for OpenJPEG
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
October 25, 2011
|
October 25, 2011
|
||||||
|
+ [mickael] WIP: add a file to exclude some valgrind errors (detected with ctest_memcheck) related to png lib found with ubuntu10.04 platform
|
||||||
* [mickael] WIP: solve problems with reading of elements outside the tilec->data buffer in dwt
|
* [mickael] WIP: solve problems with reading of elements outside the tilec->data buffer in dwt
|
||||||
|
|
||||||
October 21, 2011
|
October 21, 2011
|
||||||
|
|
|
@ -0,0 +1,39 @@
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
<Appears with libpng uses with Ubuntu10.04 (hulk)>
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:deflate
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
fun:png_write_row
|
||||||
|
fun:imagetopng
|
||||||
|
fun:main
|
||||||
|
}
|
||||||
|
{
|
||||||
|
<Appears with libpng uses with Ubuntu10.04 (hulk)>
|
||||||
|
Memcheck:Value8
|
||||||
|
fun:crc32
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
fun:png_write_chunk
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
obj:/lib/libpng12.so.0.42.0
|
||||||
|
fun:png_write_row
|
||||||
|
fun:imagetopng
|
||||||
|
fun:main
|
||||||
|
}
|
||||||
|
{
|
||||||
|
<Appears with libpng uses with Ubuntu10.04 (hulk)>
|
||||||
|
Memcheck:Param
|
||||||
|
write(buf)
|
||||||
|
fun:__write_nocancel
|
||||||
|
fun:_IO_file_write@@GLIBC_2.2.5
|
||||||
|
fun:_IO_do_write@@GLIBC_2.2.5
|
||||||
|
fun:_IO_file_close_it@@GLIBC_2.2.5
|
||||||
|
fun:fclose@@GLIBC_2.2.5
|
||||||
|
fun:imagetopng
|
||||||
|
fun:main
|
||||||
|
}
|
Loading…
Reference in New Issue