spell and 7.20.0

This commit is contained in:
Daniel Stenberg 2010-02-09 10:06:48 +00:00
parent 06ae8ca5a6
commit f2f07dad34
1 changed files with 7 additions and 6 deletions

13
CHANGES
View File

@ -6,13 +6,14 @@
Changelog Changelog
Version 7.20.0 (9 February 2010)
Daniel Stenberg (9 Feb 2010) Daniel Stenberg (9 Feb 2010)
- When downloading compressed content over HTTP and the app as asked libcurl - When downloading compressed content over HTTP and the app asked libcurl to
to automatically uncompress it with the CURLOPT_ENCODING option, libcurl automatically uncompress it with the CURLOPT_ENCODING option, libcurl could
could wrongly provide the callback with more data than what the maximum wrongly provide the callback with more data than the maximum documented
documented amount. An application could thus get tricked into badness if the amount. An application could thus get tricked into badness if the maximum
maximum limit was trusted to be enforced by libcurl itself (as it is limit was trusted to be enforced by libcurl itself (as it is documented).
documented).
This is further detailed and explained in the libcurl security advisory This is further detailed and explained in the libcurl security advisory
20100209 at 20100209 at