Update dg_olc.c

/* strcat OK, size checked above */ added back.
This commit is contained in:
haloway13 2024-12-31 19:48:33 -07:00 committed by GitHub
parent 1102e5dd7d
commit 9b3d908493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1175,7 +1175,7 @@ int format_script(struct descriptor_data *d)
return FALSE;
}
len = len + nlen + llen;
strcat(nsc, line);
strcat(nsc, line); /* strcat OK, size checked above */
if (indent_next) {
indent++;