Hi Thomas,

Thanks for your report. You're right. This issue raised almost as soon
as we released wget 1.17. It only affected 32-bit systems.

Hopefully, it's already fixed on Git.

Thanks.
- AJ

On Fri, 2015-11-27 at 13:26 +0100, Tomas Hozza wrote:
> Hi.
> 
> While updating the wget in Fedora, I found out that one of the unit-tests
> is failing on Intel 32bit architecture. When building on 64bit architecture,
> all unit-tests pass.
> 
> The one that is failing is:
> 
> RUNNING TEST test_hsts_url_rewrite_superdomain...
> A new entry should've been created
> 
> in src/hsts.c:689 is the failing line:
> 
> created = hsts_store_entry (s, SCHEME_HTTPS, "www.foo.com", 443, time(NULL) + 
> 1234, true);
> 
> I didn't investigate further.
> 
> Regards,

Reply via email to