[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/
- [bug #62110] HSTS broken on 32 bit big endian devices, Michal Ruprich, 2022/03/11
- [bug #62110] HSTS broken on 32 bit big endian devices, martian, 2022/03/11
- [bug #62110] HSTS broken on 32 bit big endian devices, Michal Ruprich, 2022/03/15
- [bug #62110] HSTS broken on 32 bit big endian devices, Michal Ruprich, 2022/03/15
- [bug #62110] HSTS broken on 32 bit big endian devices,
Michal Ruprich <=
- [bug #62110] HSTS broken on 32 bit big endian devices, martian, 2022/03/16
- [bug #62110] HSTS broken on 32 bit big endian devices, Petr Pisar, 2022/03/17
- [bug #62110] HSTS broken on 32 bit big endian devices, Michal Ruprich, 2022/03/17
- [bug #62110] HSTS broken on 32 bit big endian devices, Petr Pisar, 2022/03/17
- [bug #62110] HSTS broken on 32 bit big endian devices, martian, 2022/03/17
- [bug #62110] HSTS broken on 32 bit big endian devices, Petr Pisar, 2022/03/18
- [bug #62110] HSTS broken on 32 bit big endian devices, Tim Ruehsen, 2022/03/20
- [bug #62110] HSTS broken on 32 bit big endian devices, Tim Ruehsen, 2022/03/20
- [bug #62110] HSTS broken on 32 bit big endian devices, martian, 2022/03/20
- [bug #62110] HSTS broken on 32 bit big endian devices, Tim Ruehsen, 2022/03/20