mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
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. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||