Attention is currently required from: neels.
1 comment:
File tests/vty/vty_transcript_test.c:
Patch Set #1, Line 344: talloc_asprintf(root_ctx, argv[0]);
`-Werror=format-security`: should be `...(root_ctx, "%s", argv[0]);`.
But I think we can simply use `talloc_strdup()` here?
To view, visit change 32561. To unsubscribe, or for help writing mail filters, visit settings.