* lib/fnmatch_loop.c (NEW_PATTERN): Fix typo in previous patch.
Problem and fix reported by Simon Josefsson in:
https://lists.gnu.org/r/bug-gnulib/2022-08/msg00104.html
+2022-08-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ fnmatch: fix stdckdint typo
+ * lib/fnmatch_loop.c (NEW_PATTERN): Fix typo in previous patch.
+ Problem and fix reported by Simon Josefsson in:
+ https://lists.gnu.org/r/bug-gnulib/2022-08/msg00104.html
+
2022-08-25 Paul Eggert <eggert@cs.ucla.edu>
tempname: simplify by omitting _LIBC code
idx_t slen = FLEXSIZEOF (struct patternlist, str, 0); \
idx_t new_used = alloca_used + slen; \
idx_t plensize; \
- if (ckd_mul (&plensize, plen, sizeof (CHAR), &plensize) \
+ if (ckd_mul (&plensize, plen, sizeof (CHAR)) \
|| ckd_add (&new_used, new_used, plensize)) \
{ \
retval = -2; \