mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +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;
|
dot = neg = space = plus = left = zero = alt = h = l = q = 0;
|
||||||
width = precision = 0;
|
width = precision = 0;
|
||||||
head = "";
|
head = "";
|
||||||
length = pad = zeropad;
|
length = pad = zeropad = 0;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if (*format == '#') {
|
if (*format == '#') {
|
||||||
|
Reference in New Issue
Block a user