Files
bind9/lib/isc
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-02-16 18:35:32 +01:00
2023-02-22 16:13:37 +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-26 22:56:07 +00: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-02-09 18:00:13 +00:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +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-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 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:09 +00:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00