Skip to content

Commit 908c755

Browse files
committed
shut up coverity
1 parent b9c06a8 commit 908c755

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/util/dict_print.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ void fr_dict_alias_export(FILE *fp, fr_dict_attr_t const *parent)
337337

338338
if (da->depth == ref->depth) continue;
339339

340+
#ifdef STATIC_ANALYZER
341+
buffer[0] = '\0';
342+
#endif
343+
340344
(void) fr_dict_attr_oid_print(&FR_SBUFF_OUT(buffer, sizeof(buffer)),
341345
NULL, ref, false);
342346

0 commit comments

Comments
 (0)