]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix some memory leaks a problem introduced with the last commit
[wget] / src / ChangeLog
index 0990a8dc221fbca96a392748bc8eea830e7e557a..0c4f352051566a3cea5adbeabcd60ec754fc3ded 100644 (file)
@@ -1,3 +1,10 @@
+2013-07-13  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (digest_authentication_encode): Fix a crash when the algorithm
+       is not specified in the server response.  Free dynamic memory used by
+       the function when the function exits.
+       Reported by: Tim Ruehsen  <tim.ruehsen@gmx.de>.
+
 2013-07-13  Steven M. Schweda <sms@antinode.info>
 
        * warc.c (warc_tempfile): Fix a portability issue on VMS.