npgsql - Npgsql: 2006-08-04 Josh Cooley <jbnpgsql@tuxinthebox.net>

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-08-04 Josh Cooley <jbnpgsql@tuxinthebox.net>
Date: 2006-08-05 04:16:25
Message-ID: 20060805041625.3482386C65C@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
2006-08-04 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>

* NpgsqlClosedState.cs: Changed the synchronization mechanism for asynchronous socket connections. This prevents a race condition that allows an unopened socket to be passed to a NetworkStream. See thread at http://pgfoundry.org/forum/message.php?msg_id=1001604 for more information.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlClosedState.cs (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlClosedState.cs.diff?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2006-08-05 14:33:47 npgsql - Npgsql: 2006-08-05 Josh Cooley <jbnpgsql@tuxinthebox.net>
Previous Message Neil Conway 2006-08-05 00:29:14 pgsql: Fix references to the Options section in the pgcrypto