Mark Andrews
0045b24500
Silence uninitialized value false positives
...
In base32_decode_char the GCC 12 static analyser fails to determine
that ctx->val[1], ctx->val[3], ctx->val[4] and ctx->val[6] are
assigned values by the previous call to base32_decode_char. Initialise
ctx->val to zeros when initalising the rest of ctx to silence the
false positive.
2023-03-08 22:40:03 +00:00
..
2023-03-08 10:06:22 +00:00
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-02-22 16:13:37 +00:00
2023-02-15 16:44:47 +00:00
2023-03-08 22:40:03 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-21 13:12:26 +00:00
2023-02-15 09:30:04 +01:00
2023-02-26 22:56:07 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-08 21:33:23 +01:00
2023-02-06 11:21:12 +00:00
2023-02-22 16:13:37 +00:00
2023-02-15 16:44:47 +00:00
2023-02-09 18:00:13 +00:00
2023-02-15 16:44:47 +00:00
2023-02-23 15:57:53 +00:00
2023-02-23 15:57:53 +00:00
2023-02-23 15:57:53 +00:00
2023-02-16 18:35:32 +01:00
2023-01-18 18:32:57 +01:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-23 15:57:53 +00:00
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-01-19 10:24:08 +00:00
2023-02-15 09:30:04 +01:00
2023-01-10 17:52:56 +11:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:09 +00:00
2023-02-08 21:33:23 +01:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00
2023-02-15 09:30:04 +01:00
2023-01-18 19:36:21 +01:00