Skip to Content.
Sympa Menu

freetds - Re: [freetds] Patch proposal

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Patch proposal
  • Date: Thu, 16 Jun 2011 16:01:59 +0200

2011/6/16 Christos Zoulas <christos AT zoulas.com>:
> On Jun 16,  9:32am, freddy77 AT gmail.com (Frediano Ziglio) wrote:
> -- Subject: [freetds] Patch proposal
>
> | Hi,
> |   I would like to include this patch (and follows). It define some
> | macro to merge allocation and casting.
>
> Please do not cast malloc. We are not in the 80's anymore and casting
> malloc() hides bugs. For example on an _LP64 bit machine casting malloc()
> will hide the warning of integer to pointer conversion when there is no
> prototype in scope.
>
> christos

integer ?? No Christos these macros just convert the void* pointer to
a specialized pointer. Just lika a C++ "new int[10]" return a int* a
tds_zallocn(int, 10) will return a int*.

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page