Files
CodeWalker/CodeWalker.Core/GameFiles
T
alexguirre 118305e481 Fix crashes due to malicious RPFs
RpfFile:
- Limit RPF entry names to 256 characters because long names can cause the RPFExplorer to freeze when opening its directory.
- Skip RPFs with paths longer that 5000 characters, which are probably an attempt to make CW run out-of-memory.

ExploreForm:
- Use `Path.GetExtension` directly instead of `FileInfo` to prevent `PathTooLongException`s.
- Check for invalid characters in file names to prevent `ArgumentException`s.
118305e481 · 2023-08-12 10:03:28 +02:00
History
..
2022-08-24 12:39:23 +02:00
2022-02-23 23:28:47 +01:00
2022-08-24 12:39:23 +02:00
2023-08-12 10:03:28 +02:00
2020-02-08 06:24:04 +11:00