Re: Patch proposal
[email protected] (Christos Zoulas)
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Jun 16, 9:32am, [email protected] (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