Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli_check_mydoom_log: Avoid unaligned access.
fmap_need_off_once() may return an unaligned pointer. This in return leads to an unaligned access during the load of the uint32_t variables loading to failures on architectures not supporting unaligned access. This was reported to the Debian BTS as #1073128. [bigeasy: Commit message, reworked the patch a bit]. Link: https://bugs.debian.org/1073128 Patch-Name: cli_check_mydoom_log-Avoid-unaligned-access.patch Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
- Loading branch information