[openssl.org #66] Possible bug in OpenSSL-0.9.6d/crypto/asn1/a_utctm.c

2002-05-31 Thread [EMAIL PROTECTED] via RT
I believe that I have found a bug in the above file and would like for someone else to santiy check it. At line 290 in a_utctm.c, a separate code block is being used if the library needs to call gmtime_r() to get the time structure. The value is stored in a temporary (data) that is declared

[openssl.org #66] Possible bug in OpenSSL-0.9.6d/crypto/asn1/a_utctm.c

2002-06-05 Thread Richard Levitte via RT
Thanks for the report, I've commited the suggested fix. [[EMAIL PROTECTED] - Fri May 31 21:03:26 2002]: > > > I believe that I have found a bug in the above file and would like for >someone > else to santiy check it. > > At line 290 in a_utctm.c, a separate code block is being used if

Re: [openssl.org #66] Possible bug in OpenSSL-0.9.6d/crypto/asn1/a_utctm.c

2002-06-01 Thread Ben Laurie
[EMAIL PROTECTED] via RT wrote: > I believe that I have found a bug in the above file and would like for someone > else to santiy check it. > > At line 290 in a_utctm.c, a separate code block is being used if the library > needs to call gmtime_r() to get the time structure. The value is stored

Re: [openssl.org #66] Possible bug in OpenSSL-0.9.6d/crypto/asn1/a_utctm.c

2002-06-03 Thread Ben Laurie via RT
[EMAIL PROTECTED] via RT wrote: > I believe that I have found a bug in the above file and would like for someone > else to santiy check it. > > At line 290 in a_utctm.c, a separate code block is being used if the library > needs to call gmtime_r() to get the time structure. The value is stored