diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-12-05 09:16:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-05 09:35:31 +0100 |
commit | 32578b4efcf9161fef1b2267cc1fc2d31aa52a7e (patch) | |
tree | 197b3c4bdd2f9c536617481de111781b6e2b91d5 /dev-libs/efl/files | |
parent | gnome-base/dconf-editor: update HOMEPAGE (diff) | |
download | gentoo-32578b4efcf9161fef1b2267cc1fc2d31aa52a7e.tar.gz gentoo-32578b4efcf9161fef1b2267cc1fc2d31aa52a7e.tar.bz2 gentoo-32578b4efcf9161fef1b2267cc1fc2d31aa52a7e.zip |
dev-libs/efl: revbump 1.21.1 to fix evas-preload segfault
- thanks to tbartdev@gmx-topmail.de for the patch
- upstream bug: https://phab.enlightenment.org/T7354
Closes: https://bugs.gentoo.org/671876
Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola <juippis@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/efl/files')
-rw-r--r-- | dev-libs/efl/files/efl-1.21.1-fix_evas_preload_segfault.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/efl/files/efl-1.21.1-fix_evas_preload_segfault.patch b/dev-libs/efl/files/efl-1.21.1-fix_evas_preload_segfault.patch new file mode 100644 index 000000000000..8d42cbb0f250 --- /dev/null +++ b/dev-libs/efl/files/efl-1.21.1-fix_evas_preload_segfault.patch @@ -0,0 +1,10 @@ +--- a/src/lib/evas/cache/evas_cache_image.c 14:09:44.971119099 +0100 ++++ b/src/lib/evas/cache/evas_cache_image.c 14:10:21.521226043 +0100 +@@ -361,6 +361,7 @@ + cache = current->cache; + + if ((!current->flags.loaded) && ++ (current->info.loader) && + current->info.loader->threadable) + { + evas_module_task_register(evas_cache_image_cancelled, current); |