cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: any libcurl API to delete expired cookies?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 20 Sep 2013 23:39:32 +0200 (CEST)

On Fri, 20 Sep 2013, Steve Holme wrote:

> I appreciate that I've been breaking the auto builds a fair bit over the
> last few of days so we haven't been able to see the wood for the trees so to
> speak, but it appears that test 1415 breaks on AIX, IRIX and Tru64 for the
> 01 Jan 2038 dates which if I've understood the logs correctly is
> representing the date numerically as 2147483647 rather than 2145916800:
>
> -.example.com TRUE / FALSE 2145916800 test2value test2
> -.example.com TRUE / FALSE 2145916800 test4value test4
> -.example.com TRUE / FALSE 2145916800 test7value test7
> +.example.com TRUE / FALSE 2147483647 test2value test2
> +.example.com TRUE / FALSE 2147483647 test4value test4
> +.example.com TRUE / FALSE 2147483647 test7value test7

Thanks for pointing this out. I'll have to research this a bit then. It looks
perhaps it is a 32bit vs 64bit thing and could be due to an overflow somewhere
or whatever.

I'll start out on my 32bit linux host and see how that runs.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-09-20