mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-11 18:30:52 +00:00
There used to be a bug in the X server where it would rely on out-of-bounds accesses when it was asked to composite with a window as the source. It would create a pixman image pointing to some bogus position in memory, but then set a clip region to the position where the actual bits were. Due to a bug in old versions of pixman, where it would not clip against the image bounds when a clip region was set, this would actually work. So when the pixman bug was fixed, a workaround was added to allow certain out-of-bound accesses. However, the 1.6 X server is so old now that we can remove this workaround. This does mean that if you update pixman to 0.22 or later, you will need to use a 1.7 X server or later. |
||
|---|---|---|
| .. | ||
| a1-trap-test.c | ||
| affine-test.c | ||
| alpha-loop.c | ||
| alpha-test.c | ||
| alphamap.c | ||
| blitters-test.c | ||
| clip-in.c | ||
| clip-test.c | ||
| composite-test.c | ||
| composite.c | ||
| convolution-test.c | ||
| fetch-test.c | ||
| fuzzer-find-diff.pl | ||
| gradient-crash-test.c | ||
| gradient-test.c | ||
| gtk-utils.c | ||
| gtk-utils.h | ||
| lowlevel-blt-bench.c | ||
| Makefile.am | ||
| oob-test.c | ||
| region-test.c | ||
| region-translate-test.c | ||
| scaling-crash-test.c | ||
| scaling-test.c | ||
| screen-test.c | ||
| trap-crasher.c | ||
| trap-test.c | ||
| utils.c | ||
| utils.h | ||