aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-13 15:48:44 +0000
committerYang Tse <yangsita@gmail.com>2008-08-13 15:48:44 +0000
commit5303cdc4af33189418384dfb82b49e6db4d191dc (patch)
tree5b438ca14db275c2f83795b00648955e90b97c4c /CHANGES
parentfeb03e471786e9c543ef6e807a4a748046c0ce2b (diff)
Remove first version of comment not intended to be finally committed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 0 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index b1c613d85..ada23d7a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,14 +11,6 @@ Yang Tse (13 Aug 2008)
in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process
and in CVS curlbuild.h.dist for non-configure systems.
-- Make SIZE_OF_LONG mandatory. It is not possible to build the library without
- it. It will be defined by the configure process in generated config.h. And
- can be defined in hand-crafted system-specific config.h files to the numeric
- size that sizeof(long) would return for that specific platform. It might be
- ABI dependant, if this is the case, the definition is equally ABI dependant,
- its value normally will be 4 or 8. It can also be defined in curlbuild.h.dist
- and maybe it is easier and more appropriate to make the definition here.
-
Daniel Fandrich (12 Aug 2008)
- Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur
when a server responded with long headers and data. Luckily, the buffer