diff options
author | Jeff Muizelaar <jeff@infidigm.net> | 2005-08-05 21:35:51 +0000 |
---|---|---|
committer | Jeff Muizelaar <jeff@infidigm.net> | 2005-08-05 21:35:51 +0000 |
commit | 71e560a8fa78d9fd6f83cce820de9f4acb3829eb (patch) | |
tree | d5266a27f3784f0238ccea110519078842bc176b /pixman/ChangeLog | |
parent | 417a66da5e8a98583661d08703a5c5562732678a (diff) |
Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when using electric-fence when accessing hte last pixel of a drawable (last pixel is 3 bytes, read it as a 4 byte word, and you're reading one extra pixel, which doesn't normally matter, but does in a few rare cases). Should be easy to work around, but that will come later.
From jaymz
Diffstat (limited to 'pixman/ChangeLog')
-rw-r--r-- | pixman/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pixman/ChangeLog b/pixman/ChangeLog index ae22cd98..9bc397df 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -1,3 +1,14 @@ +2005-08-06 Jeff Muizelaar <jeff@infidigm.net> + + * src/iccompose.c: (fbFetch_r8g8b8): + Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash + when using electric-fence when accessing hte last pixel of a drawable + (last pixel is 3 bytes, read it as a 4 byte word, and you're reading one + extra pixel, which doesn't normally matter, but does in a few rare cases). + Should be easy to work around, but that will come later. + + From jaymz + 2005-08-05 Jeff Muizelaar <jeff@infidigm.net> * src/pixman-xserver-compat.h: Fix fbGetDrawable |