office-gobmx/external/cairo
Caolán McNamara a662e7a4eb MSAN: Use-of-uninitialized-value
==10765==WARNING: MemorySanitizer: use-of-uninitialized-value
 #0 0x5a74216f620b in _cairo_path_fixed_fill_rectilinear_tessellate_to_boxes workdir/UnpackedTarball/cairo/src/cairo-path-fill.c:288:5
 #1 0x5a74216f620b in _cairo_path_fixed_fill_rectilinear_to_boxes workdir/UnpackedTarball/cairo/src/cairo-path-fill.c:345:12
 #2 0x5a7421735497 in _cairo_spans_compositor_fill workdir/UnpackedTarball/cairo/src/cairo-spans-compositor.c:1121:11

num_limits is 0 here so this is apparently cosmetic

Change-Id: Ib07259ce653414c9381c800355a648ab025d1919
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172457
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-08-27 16:39:22 +02:00
..
cairo MSAN: Use-of-uninitialized-value 2024-08-27 16:39:22 +02:00
pixman Silence UBSan misaligned-pointer-use 2023-10-16 14:08:05 +02:00
ExternalPackage_cairo.mk Only package the external/cairo library that is named the same as the SONAME 2023-02-13 15:49:21 +00:00
ExternalPackage_pixman.mk pixman: upgrade to release 0.42.2 2022-11-29 14:18:28 +01:00
ExternalProject_cairo.mk makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo) 2024-05-06 11:40:45 +02:00
ExternalProject_pixman.mk A more principled suppression of -fsanitize=function in external C code 2023-09-15 07:58:37 +02:00
Makefile Fix building from inside modules moved to external 2013-10-18 21:52:01 +02:00
Module_cairo.mk fdo#70393: move cairo to a subdir of external 2013-10-17 10:44:03 +00:00
README fdo#70393: move cairo to a subdir of external 2013-10-17 10:44:03 +00:00
UnpackedTarball_cairo.mk add an --enable-cairo-rgba to set the order of pixels for internal cairo 2023-06-27 10:04:36 +02:00
UnpackedTarball_pixman.mk Use SIMD in pixman for WASM 2023-02-09 14:55:26 +00:00

The graphics library, used for anti-aliasing. From [http://cairographics.org/].

This code is used by default only on Linux, though it is also
available on Mac. There is a cairo-canvas implementation that is the
main customer, and it is enabled via 'use hardware acceleration' in
the general options.