On 6/16/20 1:42 PM, Pavel Begunkov wrote: > After copying len(str) bytes of a string, the copy won't necessary have > \0 terminator, that makes test_pipe_io_fixed() to fail. Use memcmp(). Applied, thanks. -- Jens Axboe
On 6/16/20 1:42 PM, Pavel Begunkov wrote: > After copying len(str) bytes of a string, the copy won't necessary have > \0 terminator, that makes test_pipe_io_fixed() to fail. Use memcmp(). Applied, thanks. -- Jens Axboe