mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
parent
5a4717fe8e
commit
0eb5e6d3f0
@ -1005,7 +1005,7 @@ static int client_parse_message(
|
||||
if (optlen != 4)
|
||||
return -EINVAL;
|
||||
|
||||
irt = be32toh(*(be32_t *) optval) * USEC_PER_SEC;
|
||||
irt = unaligned_read_be32((be32_t *) optval) * USEC_PER_SEC;
|
||||
break;
|
||||
}
|
||||
|
||||
|
BIN
test/fuzz/fuzz-dhcp6-client/crash-13591
Normal file
BIN
test/fuzz/fuzz-dhcp6-client/crash-13591
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user