Skip to content
Snippets Groups Projects
Verified Commit 44f67cf4 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Tomas Krizek
Browse files

treewide: fix unaligned access

Some less common HW (not x86, usually ARM) doesn't tolerate unaligned
access to memory and it's breakage of C as well.

It's easiest to check by meson's -Db_sanitize=undefined (on any HW).
I pushed millions of real-life QNAME+QTYPE queries over UDP in default
mode and the sanitizer seems clear now.
parent 7f1a33f5
Branches
Tags
1 merge request!1167various undefined-behavior fixes
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment