Skip to Content.
Sympa Menu

freetds - [ freetds-Patches-600444 ] CT-Lib unit tests are flawed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: noreply AT sourceforge.net
  • To: noreply AT sourceforge.net
  • Subject: [ freetds-Patches-600444 ] CT-Lib unit tests are flawed
  • Date: Mon, 26 Aug 2002 13:42:29 -0700


Patches item #600444, was opened at 2002-08-26 16:42
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=407808&aid=600444&group_id=33106

Category: ct-lib
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nicholas S. Castellano (castellano)
Assigned to: Nobody/Anonymous (nobody)
Summary: CT-Lib unit tests are flawed

Initial Comment:
CT-Lib unit test t0005 always fails on my NetBSD

system. This is because the function

src/ctlib/unittests/common.c:read_login_info() contains

a bug. It never closes the FILE * it used to read the

password info, so eventually it runs out of file descriptors

and fails. Wit this patch, the unit test succeeds.





----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=407808&aid=600444&group_id=33106



  • [ freetds-Patches-600444 ] CT-Lib unit tests are flawed, noreply, 08/26/2002

Archive powered by MHonArc 2.6.24.

Top of Page