bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62110] HSTS broken on 32 bit big endian devices


From: Michal Ruprich
Subject: [bug #62110] HSTS broken on 32 bit big endian devices
Date: Wed, 16 Mar 2022 05:10:39 -0400 (EDT)

Follow-up Comment #5, bug #62110 (project wget):

The problem in the test is that the sscanf in hsts_read_database tries to read
values 1647421226 and 123456 into variables 'created' and 'max_age; and the
results are numbers 530239482494976 and 6224032784512362224. In Fedora, I
changed the sscanf to read SCNd32 on i686 only but I was just wondering
whether there is a more general solution to this(I did not figure any yet).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62110>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]