ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #108641
[Bug 705078] Re: Xorg crashed with SIGSEGV in pixman_image_set_has_client_clip()
I'm noticing the crash appears in a libpixman call, the source code of
which is trivial:
PIXMAN_EXPORT void
pixman_image_set_has_client_clip (pixman_image_t *image,
pixman_bool_t client_clip)
{
image->common.client_clip = client_clip;
}
Looks like it could segfault if image was NULL.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.
https://bugs.launchpad.net/bugs/705078
Title:
Xorg crashed with SIGSEGV in pixman_image_set_has_client_clip()