Allow FP division by zero in xmlXPathInit
diff --git a/xpath.c b/xpath.c
index 4b72cff..7497ba0 100644
--- a/xpath.c
+++ b/xpath.c
@@ -497,6 +497,7 @@
  *
  * Initialize the XPath environment
  */
+ATTRIBUTE_NO_SANITIZE("float-divide-by-zero")
 void
 xmlXPathInit(void) {
     /* MSVC doesn't allow division by zero in constant expressions. */