Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-shell
735ce62e8b
Calling clutter_actor_get_allocation_box() can potentially cause a re-layout, which in _st_create_shadow_pipeline_from_actor() would mean invalidating the shadow_spec passed as a parameter, which could crash the shell later on since the value for shadow_spec->blur passed from _st_create_shadow_pipeline() to blur_pixels() would not be a valid one. Thus, whether the ClutterActor has an allocation before calling clutter_actor_get_allocation_box(), and early return if needed. https://gitlab.gnome.org/GNOME/gnome-shell/issues/36 Closes: #36 |
||
---|---|---|
.settings | ||
browser-plugin | ||
data | ||
docs/reference | ||
js | ||
man | ||
po | ||
src | ||
subprojects | ||
tests | ||
tools/build | ||
.gitignore | ||
.gitmodules | ||
.project | ||
AUTHORS | ||
config.h.meson | ||
COPYING | ||
gnome-shell.doap | ||
HACKING | ||
MAINTAINERS | ||
meson_options.txt | ||
meson.build | ||
NEWS | ||
README |
GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience. For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see: https://wiki.gnome.org/Projects/GnomeShell Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell' product. License ======= GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.