Skip to Content.
Sympa Menu

freetds - Re: [freetds] alloca() usage, building master pre-0.95 on Windows

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Ramiro Morales <cramm0 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] alloca() usage, building master pre-0.95 on Windows
  • Date: Sat, 2 May 2015 18:45:39 -0300

On Sat, May 2, 2015 at 6:14 PM, Ramiro Morales <cramm0 AT gmail.com> wrote:

> My question is: What would be the best path to fix this?:
>
> 1. Modify token.c to use another function instead of alloca, e.g.
> malloc() which is widely used elsewhere in the code base?
> 2. Patch token.c so it conditionally #include <malloc.h> if Visual C
> is detected?
> 3. Another option?

Forgot to say I tested option 2 successfully and this the last
remaining issue to get master to build on Windows.

--
Ramiro Morales
@ramiromorales




Archive powered by MHonArc 2.6.24.

Top of Page