+2025-05-28 Collin Funk <collin.funk1@gmail.com>
+
+ vasnprintf: Fix uninitialized values.
+ * lib/vasnprintf.c (VASNPRINFT): Initialize all occurrences of
+ thousep_len to zero.
+
2025-05-28 Bruno Haible <bruno@clisp.org>
gettext-h: Avoid gcc -Wformat-security warnings with --disable-nls.
const DCHAR_T *thousep = NULL;
DCHAR_T thousep_buf[10];
# if !WIDE_CHAR_VERSION
- size_t thousep_len;
+ size_t thousep_len = 0;
# endif
const signed char *grouping;
size_t insert = 0;
const DCHAR_T *thousep = NULL;
DCHAR_T thousep_buf[10];
# if !WIDE_CHAR_VERSION
- size_t thousep_len;
+ size_t thousep_len = 0;
# endif
const signed char *grouping;
size_t insert = 0;
const DCHAR_T *thousep = NULL;
DCHAR_T thousep_buf[10];
# if !WIDE_CHAR_VERSION
- size_t thousep_len;
+ size_t thousep_len = 0;
# endif
const signed char *grouping;
size_t insert = 0;
const DCHAR_T *thousep = NULL;
DCHAR_T thousep_buf[10];
# if !WIDE_CHAR_VERSION
- size_t thousep_len;
+ size_t thousep_len = 0;
# endif
const signed char *grouping;
size_t insert = 0;