blackberry / OpenTTD

OpenTTD is a cross-platform, open-source simulation game originally based on Transport Tycoon Deluxe.
17 stars 10 forks source link

Crash of file-browser when going out of app's sandbox #4

Open phofman opened 12 years ago

phofman commented 12 years ago

The internal file-browser (the one that let's you pick-up a file to load or save) crashes the whole application when ".. (Parent directory)" is clicked too many times. More precise: when ".." is clicked being in application's main sandbox folder (containing "app", "data", "db", "logs", "shared", "tmp").

I suspect that the reason is the security exception not properly handled.