cURL / Mailing Lists / curl-library / Single Mail

curl-library

patch to make curl_getdate reentrant

From: Andreas Damm <andreas-sourceforge_at_radab.org>
Date: Mon, 28 Jan 2002 15:35:54 +0000 (GMT)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

curl_getdate which seems to be used to parse http reply headers is
currently not reentrant (uses default yacc/lex interface, i.e. global
variables) and therefore not thread safe.

Attached patch makes use of bison specific options to create a reentrant
parser.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQE8VW/i6JfsLTFvWG8RAqPQAJ9DNZnWzfX/bhQN/CYwvf8O07/hDwCfUB/X
MEpaiVzhtnCd73JiUbGwlw0=
=6pkQ
-----END PGP SIGNATURE-----

Received on 2002-01-28