On Sat, Mar 20, 2010 at 1:31 AM, Corbin Simpson <[email protected]> wrote: > Hey Keith and list, > > I've been going through the bugzilla and slowly but surely paring down > our outstanding bugs. These are six patches that I think really ought > to be examined; each one fixes a bug. > > Yes, I included the infamous denial-of-color fix. Xorg: Defending your > right to colors since 2010. > > The following changes since commit 67a8c659f25218904bae64aac6e98e326c90330b: > Roland Scheidegger (1): > hw/xfree86: move reference counting out of the > UseHWCursor[ARGB] functions > > are available in the git repository at: > > git://anongit.freedesktop.org/~csimpson/xserver triage > > Corbin Simpson (1): > dix: Fix a small potential memory leak in ProcRotateProperties. (#25216)
Reviewed-by: Matt Turner <[email protected]> ... but, are you really using spaces for indention there? It doesn't even match up with adjacent lines like 'rc = BadAlloc;'. > David Jander (1): > kdrive: Fix incomplete rotation matrix. (#20941) > > Evgeny M. Zubok (1): > xfree86: Change VBE version early-out to 1.2. (#22672) Reviewed-by: Matt Turner <[email protected]> > Ilpo Ruotsalainen (1): > shadow: Optimize shadowUpdatePacked(). (#26973) Reviewed-by: Matt Turner <[email protected]> > Joe Rabinoff (1): > xfree86: Fix off-by-one math in screen rotation. (#20762) > > TSUKAHARA Ken (1): > dix: Prevent denial-of-color attack. (#9356) > > dix/colormap.c | 32 ++++++++++++++++++++++++++++---- > dix/property.c | 2 ++ > hw/kdrive/src/kinput.c | 4 ++-- > hw/xfree86/modes/xf86Rotate.c | 13 +++++++++++-- > hw/xfree86/vbe/vbe.c | 2 +- > miext/shadow/shpacked.c | 3 +-- > 6 files changed, 45 insertions(+), 11 deletions(-) > > ~ C. > > -- > When the facts change, I change my mind. What do you do, sir? ~ Keynes > > Corbin Simpson > <[email protected]> > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
