diffblue-cbmc/regression/cbmc-library/fprintf-01
Michael Tautschnig 80e2aa8850 C library: Do not require stdin, stdout, stderr to be initialised
vfprintf and several other library functions dereference a FILE*-typed stream
parameter to make sure pointer checks and bounds checks are triggered. As we do
not set up stdin, stdout, stderr to point to valid FILE-typed objects, make sure
we never attempt such dereferencing if the stream argument is
stdin/stdout/stderr (unless the use of any of those would in itself constitute
an error, as is the case in fseek, for example).
2019-02-26 21:58:47 +00:00
..
main.c C library: Do not require stdin, stdout, stderr to be initialised 2019-02-26 21:58:47 +00:00
test.desc C library: Do not require stdin, stdout, stderr to be initialised 2019-02-26 21:58:47 +00:00