cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Patches for documentation and repositories

From: Alexander Klauer <Alexander.Klauer_at_itwm.fraunhofer.de>
Date: Wed, 20 Feb 2013 12:49:50 +0100

Hi,

On 02/20/2013 11:45 AM, Alexander Klauer wrote:
>
> The second patch clarifies some vague parts in the libcurl API
> documentation. It also fices some typos.
>

the attached fourth patch fixes a bug in lib/url.c where a pointer which
may be later used as a void pointer is interpreted as a FILE pointer,
actually making good of the respective documentation fix in the second
patch of my previous message.

This bug can only trigger where funny stuff happens during the
conversion from 'FILE *' to 'void *' (such as a widening conversion), so
it's probably not a big issue.

Best regards,
Alexander

Received on 2013-02-20