Gimp/app/tests
Jehan c21eff4b03 Issue #1689: create unique temporary file with g_file_open_tmp().
Not sure this is really solving the issue reported, which is that
`g_get_tmp_dir()` uses environment variables (yet as g_file_open_tmp()
uses g_get_tmp_dir()…). But at least g_file_open_tmp() should create
unique temporary files, which prevents overriding existing files (which
is most likely the only real attack possible here, or at least the only
one I can think of unless some weird vulnerabilities exist in glib).
2018-06-24 04:55:44 +02:00
..
files app: modified and moved gegl operation testing to operations/tests 2012-06-14 21:30:00 +03:00
gimpdir app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
gimpdir-empty app/tests: Distribute test files and test directories 2010-01-08 13:37:25 +01:00
.gitignore app: remove the gimp-2-6 session compatibility test 2018-05-20 20:02:13 +02:00
gimp-app-test-utils.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
gimp-app-test-utils.h app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
gimp-test-session-utils.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
gimp-test-session-utils.h app/tests: Add single-window mode session files test 2011-06-14 23:34:12 +02:00
Makefile.am app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
manual-testcases.txt Bug 565459 - newly opened images are put into the background 2010-06-23 20:17:44 +02:00
test-core.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
test-gimpidtable.c use better prefix for previous patch 2016-07-31 20:53:11 +02:00
test-save-and-export.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
test-session-2-8-compatibility-multi-window.c app: add "#include <gegl.h>" to tests 2017-10-28 10:54:19 -04:00
test-session-2-8-compatibility-single-window.c app: add "#include <gegl.h>" to tests 2017-10-28 10:54:19 -04:00
test-single-window-mode.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
test-tools.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
test-ui.c app: fix some stuff in tests, down to 3 failing 2018-05-29 00:44:51 +02:00
test-xcf.c Issue #1689: create unique temporary file with g_file_open_tmp(). 2018-06-24 04:55:44 +02:00