plan9fox/sys/src/libstdio
Ori Bernstein bfc8cdfff5 fix '%[]' specifiers and '%n' (thanks phil9)
When a match() fails, we need to unget the character we
tried to match against, rather than leaving it consumed.

Also, we can't break out of a conversion before we reach
the end of a format string, because things like the '%n'
conversion do not consume anything, and should still be
handled.
2020-05-09 15:10:39 -07:00
..
_IO_getc.c
_IO_putc.c stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock) 2016-11-27 21:20:27 +01:00
clearerr.c
dtoa.c
fclose.c
fdopen.c
feof.c
ferror.c
fflush.c
fgetc.c
fgetpos.c
fgets.c
fileno.c
fopen.c
fprintf.c
fputc.c
fputs.c
fread.c
freopen.c
fscanf.c
fseek.c
fseeko.c
fsetpos.c
ftell.c
ftello.c
fwrite.c
getc.c
gets.c
iolib.h
mkfile
printf.c
putc.c
puts.c
rewind.c
scanf.c
sclose.c stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock) 2016-11-27 21:20:27 +01:00
setbuf.c
setvbuf.c
snprintf.c
sopenr.c
sopenw.c
sprintf.c
sscanf.c
Stdio.h
tmpfile.c
tmpnam.c
ungetc.c
vfprintf.c
vfscanf.c fix '%[]' specifiers and '%n' (thanks phil9) 2020-05-09 15:10:39 -07:00
vprintf.c
vsnprintf.c
vsprintf.c