summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-21 14:18:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-21 14:18:39 +0000
commit9e4d9346a7429e14d03bdb1c19862a43338e57b8 (patch)
tree3cccac8848f7a0d4bdae9c2daba4587d95d73343
parent9efd21274509bea1ead57a5431e92e6c560f1ac4 (diff)
downloadgnurl-9e4d9346a7429e14d03bdb1c19862a43338e57b8.tar.gz
gnurl-9e4d9346a7429e14d03bdb1c19862a43338e57b8.tar.bz2
gnurl-9e4d9346a7429e14d03bdb1c19862a43338e57b8.zip
curl_unescape() update
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0d1971dee..7026b9d39 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,14 @@
History of Changes
-Version XX
+Version 6.5.1
+
+Daniel (20 March 2000):
+- An anynomous post on sourceforge correctly pointed out a possible buffer
+ overflow in the curl_unescape() function for URL convertions. The main
+ problem with this bug is that the ftp download uses that function and this
+ single- byte overflow could lead to very odd bugs (as one reported by Janne
+ Johansson).
Daniel (19 March 2000):
- Marco G. Salvagno <mgs@whiz.cjb.net> supplied me with a series of patches