File _patchinfo of Package patchinfo.582
<patchinfo incident="582">
<issue id="925022" tracker="bnc">Xephyr crashes when called with no command line arguments</issue>
<issue id="925019" tracker="bnc">Xephyr places screen updates at the wrong location when running over the wire.</issue>
<issue id="923229" tracker="bnc">Wrong colors s390 with Xephyr</issue>
<issue id="925021" tracker="bnc">Xephyr doesn't build with debugging enabled</issue>
<issue id="928520" tracker="bnc"></issue>
<issue id="CVE-2015-3418" tracker="cve"></issue>
<issue id="CVE-2014-8092" tracker="cve"></issue>
<category>security</category>
<rating>moderate</rating>
<packager>eeich</packager>
<description>
The X Server was updated to fix 1 security issues and 4 bugs:
Security issues:
- CVE-2015-3418: Fixed a regression introduced by CVE-2014-8092 in
PutImage that caused crashes when called with 0 height (bnc#928520).
Bugs fixed:
- Xephyr: Don't crash when no command line argument is specified
The DDX specific command line parsing function only gets called if
command line arguments are present. Therefore this function is not
suitable to initialize mandatory global variables. Replace main()
instead. (bnc#925022)
- Xephyr: Print default server display number if none is specified (bnc#925022)
- Xephyr: Fix broken image when endianess of client machine and host-Xserver differ
The image is created in the native byte order of the machine Xephyr is
rendered on however drawn in the image byte order of the Xephyr server.
Correct byte order in the xcb_image_t structure and convert to native
before updating the window.
If depths of Xephyr and host server differ this is already taken care of
by the depth conversion routine. (bnc#923229).
- Xephyr: Fix compile when debugging is enabled (bnc#925021)
- Xephyr: Fix screen image draw for the non-Glamor & non-XHSM case
xcb_image_put() prints the entire image, therefore don't use an offset.
(bnc#925019)
</description>
<summary>Security update for xorg-x11-server</summary>
</patchinfo>