Comment 20 for bug 145604

Revision history for this message
TJ (tj) wrote : Re: Compiz resizeinfo legend characters appear as filled blocks

Slight correction to the manually re-edited IRC conversation above - I managed to mangle the speakers in part of it. Here's the correction:

cworth: But I don't really know what it's doing. And if you've found a bug in it now...
TJ: In looking it over I'm already concerned on how it casts unsigned char * to unsigned int * then assigns the unsigned int into an unsigned char array using a cast... on my 64-bit that doesn't write in a nice 32-bit RGBA, it writes 8 bytes, and at the end could also cause a buffer overflow
TJ: (that's in the bit-flipping logic for VRGB)