summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fmtcheck.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+2
|
* Add a Bugs section and note that fmtcheck() is out of sync with printf();tjr2002-10-161-1/+7
| | | | it does not recognise any of the conversions or modifiers added in C99.
* can not -> cannot.ru2002-08-131-1/+1
|
* Move appropriate information out of `DESCRIPTION' and into `SECURITYchris2002-07-031-12/+12
| | | | | | CONSIDERATIONS'. Sponsored by: DARPA, NAI Labs
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: expand plain text xrefs.ru2001-08-081-1/+3
|
* mdoc(7) police: fix markup.ru2001-04-181-9/+15
|
* Add fmtcheck(), a function for checking consistency of format stringkris2001-04-171-0/+100
arguments where the format string is obtained from user data, or otherwise difficult to verify statically. Example usage: printf(fmtcheck(user_format, standard_format), arg1, arg2); checks the format string user_format for consistency (same number/order/ type of format operators) with standard_format. If they differ, standard_format is used instead to avoid potential crashes or security violations. Obtained from: NetBSD Reviewed by: -arch
OpenPOWER on IntegriCloud