Plan 9 from Bell Labs’s /usr/web/sources/contrib/mospak/abaco-html4/abaco-util-strcpy-bound.diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--- sys/src/cmd/abaco/util.c
+++ sys/src/cmd/abaco/util.c
@@ -953,7 +953,7 @@
 		findctype(t, sizeof(t), "charset", buf);

 	if(*t == '\0')
-		strcpy(t, charset);
+		snprint(t, sizeof(t), "%s", charset);
 	return tcs(t, s, np);
 }


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.