]> sjero.net Git - wget/blobdiff - src/ChangeLog
Avoid reusing same buffer for successive quoted args.
[wget] / src / ChangeLog
index f2ddf2581a4f9425276188343c411daa9a3ede67..f37814d53d59d50145bc4c93fd8caf167bfe3173 100644 (file)
@@ -1,3 +1,16 @@
+2009-09-22  Micah Cowan  <micah@cowan.name>
+
+       * openssl.c (ssl_check_certificate): Avoid reusing the same buffer
+       space for successive quoted arguments. Thanks to Steven Schweda
+       for pointing out the problem.
+
+2009-09-21  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (update_speed_ring): "the the" -> "the".
+
+       * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not
+       using it).
+
 2009-09-11  Steven Schweda  <sms@antinode.info>
 
        * utils.c, utils.h (fopen_excl): Make second argument an int,