Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log_event_decoder: updated code to use aligned memory reads
This will not change the underlying code for 99.9% of the users, however, when specifically enabled it through the FLB_ENFORCE_ALIGNMENT feature flag, FLB_ALIGNED_DWORD_READ will issue four BYTE sized reads instead of a single DWORD sized read to ensure that memory access is aligned. Signed-off-by: Leonardo Alminana <[email protected]>
- Loading branch information