aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-29 18:20:54 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-29 18:20:54 +0000
commit35e4aa61c777b45bbfcd819fee09e25d1c1b1faf (patch)
treeb778537e742e03157008aeda945d60a8e08dbc94 /ChangeLog
parent3509b7bb723c5b6fcf64f0b933b4b223e96728ef (diff)
downloadcalcurse-35e4aa61c777b45bbfcd819fee09e25d1c1b1faf.tar.gz
calcurse-35e4aa61c777b45bbfcd819fee09e25d1c1b1faf.zip
bugfixes
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6eb930..f64c052 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-29 Frederic Culot <frederic@culot.org>
+
+ * src/custom.c (custom_load_conf): use a larger buffer to read
+ configuration data
+
+ * src/io.c (io_extract_data): do not read past the maximum length
+
2009-07-27 Frederic Culot <frederic@culot.org>
* src/utils.c (free_user_data): new function