mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-29 13:53:29 -04:00
- 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. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||