summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-04-28 10:08:45 +0200
committerYorhel <git@yorhel.nl>2010-04-28 10:08:45 +0200
commitc68a229e0913247588a5a0836a8c99b18eec2502 (patch)
tree616093ab60a01ac171b64c8c6235c97402434387 /ChangeLog
parent79733f7d6451016a3805793a2ca1677a71103b72 (diff)
Fixed buffer overflow when some directories can't be scanned
Also changed other occurences of the same situation to use the same checking method (>= rather than a +1) for consistency. Fixes bug #2981704.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8674caf..d98653a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ git - ?
- List the detected hard links in file info window
- Count the size 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)
- Improved browsing performance
- Various minor fixes