[PULL update] XQaurtz crash fixes and misc

Jeremy Huddleston jeremyhu at apple.com
Sun May 22 10:50:55 PDT 2011


The following changes since commit 0e7f61d72c4a929319e57c9b5b777e9413c23051:

  doc: use devbook.am for developers documentation (2011-05-14 11:22:29 -0700)

are available in the git repository at:
  git://people.freedesktop.org/~jeremyhu/xserver master

Jeremy Huddleston (8):
      XQuartz: Fix an array-index-out-of-bounds crasher
      XQuartz: Don't call mieqEnqueue during server shutdown
      XQuartz: RandR: Avoid over-releasing if we are unable to determine the current display mode.
      XQuartz: Update DEBUG_LOG to report to ASL
      XQuartz: Silence clang warnings about shadow declarations
      XQuartz: Mark functions _X_NORETURN
      XQuartz: RandR: Don't crash if X11 is launched while there are no attached displays
      XQuartz: Don't crash if CG increases our display resolution

 dix/main.c                            |   25 +++--
 hw/xquartz/X11Application.m           |    6 +-
 hw/xquartz/console_redirect.c         |    2 +-
 hw/xquartz/darwin.c                   |   33 ++++-
 hw/xquartz/darwin.h                   |   15 +--
 hw/xquartz/mach-startup/bundle-main.c |    5 +-
 hw/xquartz/mach-startup/stub.c        |    1 +
 hw/xquartz/pbproxy/app-main.m         |    6 +-
 hw/xquartz/pbproxy/main.m             |   16 ++--
 hw/xquartz/quartz.c                   |   15 ++-
 hw/xquartz/quartzRandR.c              |  219 ++++++++++++++++++---------------
 hw/xquartz/quartzStartup.c            |    1 +
 hw/xquartz/xpr/xprScreen.c            |    3 +-
 mi/mieq.c                             |   16 ++--
 14 files changed, 205 insertions(+), 158 deletions(-)



More information about the xorg-devel mailing list