freebsd-dev/lib/libc/stdio
Ruslan Bukin 130a08a362 Detect integer overflow and limit the number of positional
arguments in the string format.

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D8286
2016-10-31 18:38:58 +00:00
..
_flock_stub.c Remove names from some prototypes 2015-09-20 20:26:46 +00:00
asprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
clrerr.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
dprintf.c Remove usage of _WITH_DPRINTF 2016-07-30 01:16:06 +00:00
fclose.3 Add fdclose(3) function. 2015-07-04 16:42:14 +00:00
fclose.c Add fdclose(3) function. 2015-07-04 16:42:14 +00:00
fcloseall.c
fdopen.c Add _flags2 per jhb@ suggestion since no room left in _flags. 2015-10-28 14:40:02 +00:00
feof.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
ferror.3
ferror.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
fflush.3
fflush.c In r268924 __fflush was modified so that when write(2) was not successful, 2014-12-10 08:18:22 +00:00
fgetc.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
fgetln.3 getln: We cannot expand the buffer beyond INT_MAX. 2016-02-15 18:14:21 +00:00
fgetln.c Original fgetln() from 44lite return sucess for line tail errors, 2016-08-25 21:14:26 +00:00
fgetpos.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
fgets.3 Remove reference to non-existent FreeBSD Security Architecture 2012-05-09 17:27:49 +00:00
fgets.c Fix error handling. 2016-09-05 06:46:04 +00:00
fgetwc.c If error happens, don't overwrite original errno comes from __mbrtowc() 2016-09-01 18:12:53 +00:00
fgetwln.3
fgetwln.c fgetwc(3) may set both __SEOF and __SERR at once (in case of incomplete 2016-09-01 20:45:04 +00:00
fgetws.3
fgetws.c Fix n == 1 case. Here should be no physical read (fill buffer) attempt 2016-09-05 06:10:51 +00:00
fileno.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
findfp.c Use __alignof__ instead of assuming int64_t to get the right 2015-12-30 03:36:22 +00:00
flags.c Support file verification in MAC. 2015-04-22 01:54:25 +00:00
floatio.h
flockfile.3
fmemopen.c According to POSIX, a write operation shall start at the current size of 2015-10-25 12:09:28 +00:00
fopen.3 markup fixes 2015-11-23 12:47:08 +00:00
fopen.c Add _flags2 per jhb@ suggestion since no room left in _flags. 2015-10-28 14:40:02 +00:00
fopencookie.3 libc: Add fopencookie(3) wrapper around funopen(3) 2016-05-11 14:38:27 +00:00
fopencookie.c libc: Add fopencookie(3) wrapper around funopen(3) 2016-05-11 14:38:27 +00:00
fprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
fpurge.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
fputc.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
fputs.3
fputs.c fputs: Return the number of bytes written. 2016-02-15 21:18:52 +00:00
fputwc.c Remove "Fast path", it bypass __wcrtomb() and all its error checking. 2016-08-25 17:30:00 +00:00
fputws.3
fputws.c Avoid possible cast degradation. 2014-07-22 23:29:54 +00:00
fread.3
fread.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
freopen.c freopen(3): prevent uninitialized errno. 2016-03-30 13:26:35 +00:00
fscanf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
fseek.3
fseek.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
fsetpos.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
ftell.c 1) Remove my overcomplicated error fallback and just return error 2015-11-12 22:24:39 +00:00
funopen.3 libc: Add fopencookie(3) wrapper around funopen(3) 2016-05-11 14:38:27 +00:00
funopen.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
fvwrite.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
fvwrite.h
fwalk.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
fwide.3
fwide.c
fwprintf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
fwrite.c Typo corrected. 2013-07-12 17:37:05 +00:00
fwscanf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
getc.3
getc.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
getchar.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:28:49 +00:00
getdelim.c Don't check for __SERR which may stick from one of any previous stdio 2016-08-25 17:13:04 +00:00
getline.3 Remove _WITH_GETLINE and _WITH_DPRINTF guards 2016-07-30 01:00:16 +00:00
getline.c Remove last traces of _WITH_GETLINE 2016-07-30 01:13:54 +00:00
gets.c Const-ify a character string. 2014-07-20 20:29:28 +00:00
getw.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
getwc.3
getwc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
getwchar.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
glue.h
local.h Previously, vfscanf()'s wide character processing functions were 2012-04-29 16:28:39 +00:00
makebuf.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
Makefile.inc libc: Add fopencookie(3) wrapper around funopen(3) 2016-05-11 14:38:27 +00:00
mktemp.3 Add mkostemp() and mkostemps(). 2013-08-09 17:24:23 +00:00
mktemp.c Add mkostemp() and mkostemps(). 2013-08-09 17:24:23 +00:00
open_memstream.3 Fix bunch of .Xrs. 2016-03-28 16:48:28 +00:00
open_memstream.c Use stdint.h instead of inttypes.h as the latter pollutes namespace more 2015-12-09 09:14:57 +00:00
open_wmemstream.c Use stdint.h instead of inttypes.h as the latter pollutes namespace more 2015-12-09 09:14:57 +00:00
perror.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
printf_l.3 Add missing include files for the printf_l and scanf_l man pages. 2013-11-17 02:03:45 +00:00
printf-pos.c Detect integer overflow and limit the number of positional 2016-10-31 18:38:58 +00:00
printf.3 Remove _WITH_GETLINE and _WITH_DPRINTF guards 2016-07-30 01:00:16 +00:00
printf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
printfcommon.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
printflocal.h
putc.3
putc.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
putchar.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
puts.c Mostly cosmetic cleanups. 2014-07-22 16:39:11 +00:00
putw.c Avoid possible cast degradation. 2014-07-22 23:29:54 +00:00
putwc.3
putwc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
putwchar.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
refill.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
remove.3
remove.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
rewind.c rewind: always clear error indicator. 2014-07-22 16:10:56 +00:00
rget.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
scanf_l.3 Add missing include files for the printf_l and scanf_l man pages. 2013-11-17 02:03:45 +00:00
scanf.3 Minor mdoc nits. 2012-05-12 20:27:13 +00:00
scanf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
setbuf.3 setbuf(3): Restore a BUGS section about setbuf(). 2013-02-18 22:47:59 +00:00
setbuf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
setbuffer.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
setvbuf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
snprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
sprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
sscanf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
stdio.3
stdio.c Add _flags2 per jhb@ suggestion since no room left in _flags. 2015-10-28 14:40:02 +00:00
swprintf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
swscanf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
Symbol.map libc: Actually export fopencookie(3) 2016-05-12 21:30:22 +00:00
tempnam.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
tmpfile.c Switch libc from using _sig{procmask,action,suspend} symbols, which 2015-08-29 14:25:01 +00:00
tmpnam.3 libc man pages: Remove reference to non-existent FreeBSD Security 2014-03-07 15:35:54 +00:00
tmpnam.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
ungetc.3
ungetc.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
ungetwc.3
ungetwc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
vasprintf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
vdprintf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
vfprintf.c Don't check for __SERR which may stick from one of any previous stdio 2016-08-25 17:13:04 +00:00
vfscanf.c 1) Eliminate possibility to call __*collate_range_cmp() with inclomplete 2016-07-14 09:07:25 +00:00
vfwprintf.c Don't check for __SERR which may stick from one of any previous stdio 2016-08-25 17:13:04 +00:00
vfwscanf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
vprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
vscanf.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
vsnprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
vsprintf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
vsscanf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
vswprintf.c If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1 2012-04-21 06:10:18 +00:00
vswscanf.c Renumber clauses to reduce diffs to other versions 2013-04-23 13:33:13 +00:00
vwprintf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
vwscanf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wbuf.c Adjust errno on failed prepwrite. 2014-07-20 21:24:29 +00:00
wprintf.3
wprintf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wscanf.3 Minor mdoc nits. 2012-05-12 20:27:13 +00:00
wscanf.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wsetup.c Convert libc/stdio from K&R to ANSI C 2013-04-23 14:36:44 +00:00
xprintf_errno.c libc: Always use our own copy of sys_errlist and sys_nerr (.so only). 2013-08-31 22:32:42 +00:00
xprintf_float.c libc: clean some set-but-not-used errors. 2015-02-18 03:33:17 +00:00
xprintf_hexdump.c
xprintf_int.c
xprintf_quote.c
xprintf_str.c
xprintf_time.c
xprintf_vis.c
xprintf.c The register_printf_render_std() function expects regular string. 2012-07-04 17:35:07 +00:00