legacy-imlib2/test
Guilherme Janczak 84314f013f
remove bad unused function
__imlib_FileCanRead() suffers from TOCTTOU issues. The file behind the
path it takes as a parameter can change while the function executes, and
also between the function's return and the caller's use of the path.

The function is also unused, so just delete it.
2023-02-04 04:17:57 +00:00
..
images test: Add some pam tests 2023-01-12 22:14:03 +01:00
.gitignore test: Move generated image files out of source dir 2022-01-18 20:40:59 +01:00
Makefile.am test: Introduce image_get_crc32() 2023-01-22 17:14:52 +01:00
test.cpp test: Introduce image_get_crc32() 2023-01-22 17:14:52 +01:00
test.h test: Introduce image_get_crc32() 2023-01-22 17:14:52 +01:00
test_context.cpp Deal consistently with including Imlib2.h 2022-03-03 07:35:39 +01:00
test_file.cpp remove bad unused function 2023-02-04 04:17:57 +00:00
test_grab.cpp Use stdint types instead of DATA32 etc. 2022-03-26 15:54:40 +01:00
test_load.cpp test: Add some pam tests 2023-01-12 22:14:03 +01:00
test_load_2.cpp test: Introduce image_get_crc32() 2023-01-22 17:14:52 +01:00
test_misc.cpp test: Add test_misc 2022-06-24 21:33:23 +02:00
test_rotate.cpp test: Introduce image_get_crc32() 2023-01-22 17:14:52 +01:00
test_save.cpp test: test_save: Check that files are written and ok 2023-01-22 17:20:01 +01:00
test_scale.cpp test: Introduce image_get_crc32() 2023-01-22 17:14:52 +01:00
test_string.cpp Introduce strsplit() 2022-06-23 07:36:23 +02:00