bind9/bin
Petr Menšík 2cdebaf702 Initialize printed buffer
- var_decl: Declaring variable "tbuf" without initializer
- assign: Assigning: "target.base" = "tbuf", which points to
  uninitialized data
- assign: Assigning: "r.base" = "target.base", which points to
  uninitialized data

I expect it would correctly initialize length always. Add simple
initialization to silent coverity.

(cherry picked from commit 59132bd3ec)
2022-04-29 11:46:22 +10:00
..
check Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
delv Add hyperlinks to dig/mdig/delv +options 2022-04-26 14:06:33 +02:00
dig Initialize printed buffer 2022-04-29 11:46:22 +10:00
dnssec Use unique program + option names for link anchors to support Sphinx 1.8.5 2022-04-25 14:46:37 +02:00
named Don't test new-zones-directory argument validity 2022-04-29 11:46:22 +10:00
nsupdate Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
plugins Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
rndc Use unique program + option names for link anchors to support Sphinx 1.8.5 2022-04-25 14:46:37 +02:00
tests Document catalog zones member zone reset by change of unique label 2022-04-28 16:10:23 +00:00
tools Add hyperlinks to dig/mdig/delv +options 2022-04-26 14:06:33 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00