Commit Graph

2 Commits (2ec7bddab35daf90f743320edfae6b569f82701c)

Author SHA1 Message Date
Filip Jagodzinski 2ec7bddab3 Tests: Stream: Add more test cases 2018-12-27 22:25:58 -06:00
Deepika f79a354311 Replace fflush to fseek before writes
You are allowed in POSIX / ANSI C to read and write on the same stream, but you
have to do an fseek in between read and write call (getc->fseek->putc)

Thanks @Alex-EEE for sharing the fix: https://github.com/ARMmbed/mbed-os/pull/7749

Added test case for verification of the behavior
2018-10-05 14:29:15 -05:00