diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 7fa05d6d..9095b923 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -763,7 +763,7 @@ opaque_format(struct adata *ad, byte *buf, uint size) { if (buf > bound) { - strcpy(buf, " ..."); + strncpy(buf, " ...", 5); return; } if (i)