Files
scummvm/common
William Bonnaventure 56019fa074 COMMON: ARCHIVE: Fix crash in SearchSet::addDirectory on PSP2
Following commit : 95440c2
"ZVISION: Rework engine to use standard SearchMan functionality."
an error is now raised in SearchSet::addDirectory() while it was
ignored before.
The culprit is a call inside SearchManager::clear() which tries to
add the directory "." that is not really a valid directory on PSP2.
Just prevent calling addDirectory() with "." like we do on Android.
Also tested on Linux but it works fine. Maybe some other platforms
are affected ?
2025-11-02 09:14:28 +01:00
..
2024-09-13 12:06:46 +03:00
2024-09-13 12:06:46 +03:00
2024-08-25 14:57:06 +03:00
2025-02-22 23:28:26 +01:00
2025-05-31 11:30:32 +03:00
2023-12-24 13:19:25 +01:00
2025-01-11 14:20:56 +01:00
2025-03-30 22:19:13 +03:00
2025-02-22 23:28:26 +01:00
2025-06-24 16:54:26 +02:00
2024-09-29 02:10:39 +03:00
2025-09-02 22:07:13 +02:00
2024-05-26 00:00:45 +03:00
2024-05-26 00:00:45 +03:00
2023-02-28 02:29:51 +01:00
2023-12-24 13:19:25 +01:00
2024-05-24 12:39:29 +02:00
2024-09-20 19:54:52 +03:00
2023-01-14 14:42:18 +01:00