mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-17 07:48:06 +02:00
Add suppression for uninitialized data in fbBltOne.
This commit is contained in:
parent
0b063224a6
commit
ee3e72e6a9
2 changed files with 21 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-23 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* test/.valgrind-suppressions: Add suppression for uninitialized
|
||||
data in fbBltOne.
|
||||
|
||||
2005-08-23 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* README: Big update in preparation for 1.0.
|
||||
|
|
|
|||
|
|
@ -35,3 +35,19 @@
|
|||
fun:_dl_init
|
||||
obj:/lib/ld-2.3.5.so
|
||||
}
|
||||
{
|
||||
Pixman reads padding bytes that are never initialized
|
||||
Memcheck:Cond
|
||||
fun:fbBltOne
|
||||
fun:fbCompositeSolidMask_nx1xn
|
||||
fun:_cairo_pixman_composite
|
||||
fun:_cairo_image_surface_composite
|
||||
fun:_cairo_surface_composite
|
||||
fun:_cairo_ft_scaled_font_show_glyphs
|
||||
fun:_cairo_scaled_font_show_glyphs
|
||||
fun:_cairo_gstate_show_glyphs_draw_func
|
||||
fun:_cairo_gstate_clip_and_composite
|
||||
fun:_cairo_gstate_show_glyphs
|
||||
fun:cairo_show_text
|
||||
fun:draw
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue