X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Fstandards.texi;h=7d30a4b4cfbe1c218a6390f752c4fb16ff484364;hp=8e4b3703432025bb5191ef4ccfca24ec503647c5;hb=691ef658b6d650327b82abf2a346336b176736e9;hpb=47747baf50a7db012348a4954b97fc161bcacd19 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