mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
initialize uninitialized variable
This commit is contained in:
@@ -91,7 +91,7 @@ isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap) {
|
||||
dot = neg = space = plus = left = zero = alt = h = l = q = 0;
|
||||
width = precision = 0;
|
||||
head = "";
|
||||
length = pad = zeropad;
|
||||
length = pad = zeropad = 0;
|
||||
|
||||
do {
|
||||
if (*format == '#') {
|
||||
|
Reference in New Issue
Block a user