Searched hist:"218 bb57dd79d6843e0592c30a82ea8c1fddc74a5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | b9f44da2f2cdc1a1a1be5aed0c46bd7fcc69cf4a Thu Feb 15 15:25:47 CST 2018 Marc-André Lureau <marcandre.lureau@redhat.com> build-sys: fix -fsanitize=address check
Since 218bb57dd79d6843e0592c30a82ea8c1fddc74a5, the -fsanitize=address check fails with: config-temp/qemu-conf.c:3:20: error: integer overflow in expression [-Werror=overflow] return INT32_MIN / -1;
Interestingly, UBSAN check doesn't produce a compile time warning. Use a test that doesn't have compile time warnings, and make it specific to UBSAN check.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20180215212552.26997-2-marcandre.lureau@redhat.com> Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> 218bb57dd79d6843e0592c30a82ea8c1fddc74a5 Thu Feb 08 10:23:42 CST 2018 Marc-André Lureau <marcandre.lureau@redhat.com> build-sys: check static linking of UBSAN
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20180208162343.30809-2-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|