summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-07-19 12:45:33 +0200
committerYorhel <git@yorhel.nl>2010-07-19 12:45:33 +0200
commit9f7bc01f11545c890b12655b4a832dcf3b6d2178 (patch)
treea4d5253b14f8651f282df2476d69db96d93e66d3 /ChangeLog
parent4d188cb9a26ef0587de2d2130627fda7730d55b9 (diff)
Fixed segfault when launched on a nonexistant directory
Forgot to check the return value of path_absolute() in path_real(), path_absolute() would return an error when getcwd() fails. Fixes bug #3012787.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f196d6b..dc819ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ git - ?
- Count the size of a hard linked file once for each directory it appears in
- Fixed crash on browsing dirs with a small window size (#2991787)
- Fixed buffer overflow when some directories can't be scanned (#2981704)
+ - Fixed segfault when launched on a nonexistant directory (#3012787)
- Fixed segfault when root dir only contains hidden files
- Improved browsing performance
- More intuitive multi-page browsing