X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=85133954b89ad642675c480c4e9756a21d5c6640;hp=2e93cff40582a0673840f26b97f10813cdc251ff;hb=73d77dd416b87b7c4e9b6aa450f64846235cd2b4;hpb=3e55dc77f4ba19fd9e79f3d5ce9d28bb6b05019e 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 */