Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libc: fix setvbuf_fullbuffer_overflow testcase
The test case checks fully buffered mode. Previous implementation required data overflowing the buffer (sending 10 bytes when a buffer is 8 bytes long) to be written to a file at once which is not required by POSIX. The current solution forces flushing the remaining 2 bytes anyway. JIRA: CI-507
- Loading branch information