X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstandards.texi;h=7d30a4b4cfbe1c218a6390f752c4fb16ff484364;hb=919347c164606c3f1544b2e8bd62f505aeda80a1;hp=8e4b3703432025bb5191ef4ccfca24ec503647c5;hpb=d158a7cd545fa8dd35dba91935029465eedff0da;p=pintos-anon diff --git a/doc/standards.texi b/doc/standards.texi index 8e4b370..7d30a4b 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -151,7 +151,7 @@ A few of the string functions declared in the standard The worst offenders are intentionally not included in the Pintos C library: -@table @func +@table @code @item strcpy When used carelessly this function can overflow the buffer reserved for its output string. Use @func{strlcpy} instead. Refer to