- Apr 21, 2014
-
-
Dilyan Palauzov authored
copy and paste error
-
Steve Holme authored
-
- Apr 20, 2014
-
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
- Apr 19, 2014
-
-
Marc Hoersken authored
ufds might not be allocated in case nfds overflows to zero while extra_nfds is still non-zero. udfs is then accessed within the extra_nfds-based for loop.
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
Follow up on b0e74254
-
- Apr 18, 2014
-
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
In case the first address in the tempaddr array is NULL, the code would previously dereference an unchecked null pointer.
-
Marc Hoersken authored
-
Marc Hoersken authored
I was tempted to change those to >= 0 until I saw that this is actually a for loop that terminates once i underflows.
-
Marc Hoersken authored
The FreeContextBuffer SAL declaration does not declare the pointer as optional, therefore it must not be NULL.
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added support for parsing query strings from the URL as defined by RFC-5092.
-
Steve Holme authored
-
Steve Holme authored
Should a command return untagged responses that contained no data then the imap_matchresp() function would not detect them as valid responses, as it wasn't taking the CRLF characters into account at the end of each line.
-
Steve Holme authored
Carrying on from commit 11025613 added VC11 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 17, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
- Apr 16, 2014
-
-
Steve Holme authored
-
Steve Holme authored
Carrying on from commit 11025613 added VC10 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 14, 2014
-
-
Dan Fandrich authored
-
- Apr 09, 2014
-
-
Dan Fandrich authored
-
- Apr 08, 2014
-
-
Steve Holme authored
Carrying on from commit 11025613, added VC9 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-