Tag 'xorg-server-1.14.5.901' created by Matt Dew <marcoz@osource.org> at 2014-03-22 06:04 -0700 xorg-server-1.14.5.901 Changes since xorg-server-1.14.5: Jeremy Huddleston Sequoia (12): darwin: Don't leave stdin/stdout closed XQuartz: Use asl_log_descriptor to log stdout/stderr of child processes XQuartz: Silence some static analyzer warnings by annotating referencing counts XQuartz: Fix darwinfb.h header guard XQuartz: Mark applicationWillTerminate: noreturn XQuartz: Simplify hook_run to quiet static analyzer XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requests XQuartz: Validate length in appledri before swapping XQuartz: Silence a clang static analysis warning about a possible memory leak on exit XQuartz: Silence a clang static analysis warning about a memory leak XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenu XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu in AppleWMSetWindowMenu Matt Dew (1): bump rev to 1.14.5.901 --- configure.ac | 6 +++--- hw/xquartz/X11Application.m | 13 +++++++++++++ hw/xquartz/X11Controller.m | 10 +++++----- hw/xquartz/applewm.c | 16 ++++++++++++++++ hw/xquartz/darwinfb.h | 2 +- hw/xquartz/mach-startup/stub.c | 4 ++++ hw/xquartz/quartz.c | 3 +++ hw/xquartz/xpr/appledri.c | 10 ++++++++++ hw/xquartz/xpr/x-hook.c | 27 ++++++--------------------- os/osinit.c | 13 +++++++++++-- 10 files changed, 72 insertions(+), 32 deletions(-) ---