commit | 170f1bb0a8f49cd6c5e7b34aaa505928764866bb | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mjw@redhat.com> | Sun May 31 22:37:19 2015 +0200 |
committer | Mark Wielaard <mjw@redhat.com> | Fri Jun 05 14:52:29 2015 +0200 |
tree | dd5fc0594d3b6918f5bb121776c0c50cdab3ed0a | |
parent | 616489da5005c63fe572df422f1936529c4743f5 [diff] |
Fix sanitize-undefined config check. Don't ALLOW_UNALIGNED when checking. The -fsanitize=undefined check need to use AC_LINK_IFELSE to make sure libubsan is installed. When doing undefined checking we should disable ALLOW_UNALIGNED memory accesses to catch issues where we do unaligned accesses by accident. Signed-off-by: Mark Wielaard <mjw@redhat.com>