diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-03-11 13:14:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-03-11 13:14:16 +0000 |
commit | ecf1c6ca5daf0bb8bb5a77167dff8f56cc89417f (patch) | |
tree | 210c31869737c55cdadf21be92ddebc367b36191 /CHANGES | |
parent | 9b48991ebd855efaeefc2a64c3e818465751db6a (diff) |
- Added a macro for curl_easy_setopt() that accepts three arguments and simply
does nothing with them, just to make sure libcurl users always use three
arguments to this function. Due to its use of ... for the third argument, it
is otherwise hard to detect abuse.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (11 Mar 2008) +- Added a macro for curl_easy_setopt() that accepts three arguments and simply + does nothing with them, just to make sure libcurl users always use three + arguments to this function. Due to its use of ... for the third argument, it + is otherwise hard to detect abuse. + Michal Marek (11 Mar 2008) - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , |