Check that memchr does not read past the first occurrence of the byte.
[gnulib.git] / lib / uninorm / nfd.c
index 47f1677..54c98bc 100644 (file)
@@ -26,5 +26,6 @@ const struct unicode_normalization_form uninorm_nfd =
   {
     0,
     uc_canonical_decomposition,
-    NULL
+    NULL,
+    &uninorm_nfd
   };