/external/libcdr/

ropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-02 15:18:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-02 15:22:13 +0100
commit052423984614911c7b711dba106315b1b67e7047 (patch)
treecb41d897397033b6b99c22a9e065fbcd7ba5fa87 /solenv
parentd1b03d658da465cdf107ef3ecfa0489055757d1d (diff)
More sc files relying on float-divide-by-zero resulting in inf
...triggering -fsanitize=float-divide-by-zero during e.g. CppunitTest_sc_statistical_functions_test. (Found only now after I removed -fno-sanitize-recover=ALL -fsanitize-recover=float-divide-by-zero from CXX and instead added halt_on_error=1 to UBSAN_OPTIONS.) Change-Id: Iead2147e42af33b987edb8e10804bc4eefa1aeca Reviewed-on: https://gerrit.libreoffice.org/50637 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>