mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 17:32:57 +00:00
Data extraction from ancillary messages might have failed on big-endian
This commit is contained in:
parent
31192e3498
commit
b43c30b6b9
2 changed files with 18 additions and 9 deletions
4
CHANGES
4
CHANGES
|
@ -69,6 +69,10 @@ corrections:
|
|||
On systems with predefined bool type whose size differs from int some
|
||||
IPv6 and TCP options (per setsockopt()) failed.
|
||||
|
||||
Length of integral data in ancillary messages varies (TOS: 1 byte,
|
||||
TTL: 4 bytes), the old implementation failed for TTL on big-endian
|
||||
hosts.
|
||||
|
||||
porting:
|
||||
Type conflict between int and sig_atomic_t between declaration and
|
||||
definition of diag_immediate_type and diag_immediate_exit broke
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue