Skip to Content.
Sympa Menu

freetds - Re: ct_cancel segfault

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT umcc.ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: ct_cancel segfault
  • Date: Fri, 17 Dec 1999 08:23:14 -0500 (EST)


This is in CVS. Thanks!

Also checked in is the start of output param support. It's not complere
yet, so be on the lookout for strange behvaiour.

Brian

On Fri, 17 Dec 1999 richard AT iguana.co.nz wrote:

> php4 calls ct_cancel with a NULL connection and a valid cmd structure.
> Freetds does not validate the connection pointer and segfaults. Simple
> fix, on first line of ct_cancel add:
>
> if (!conn) { conn = cmd->con; }
>
> Richard.
> (Fixes a LOT of problems with php4)
>
>
> ---
> You are currently subscribed to freetds as: camber AT ais.org
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>




  • ct_cancel segfault, richard, 12/16/1999
    • <Possible follow-up(s)>
    • Re: ct_cancel segfault, Brian Bruns, 12/17/1999

Archive powered by MHonArc 2.6.24.

Top of Page