X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.c;h=85133954b89ad642675c480c4e9756a21d5c6640;hb=6f1e0ece4e61f30612ed84ca4640635a02892cc8;hp=2e93cff40582a0673840f26b97f10813cdc251ff;hpb=de78d79db84c486afcc353884ec1770866beb653;p=tinc diff --git a/src/protocol.c b/src/protocol.c index 2e93cff4..85133954 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -75,7 +75,7 @@ bool send_request(connection_t *c, const char *format, ...) cp(); - /* Use vsnprintf instead of vasprintf: faster, no memory + /* Use vsnprintf instead of vxasprintf: faster, no memory fragmentation, cleanup is automatic, and there is a limit on the input buffer anyway */