https://bugs.kde.org/show_bug.cgi?id=381304

--- Comment #4 from John Reiser <jrei...@bitwagon.com> ---
read_length = read(fd, buf, buflen) should regard buf[read_length, buflen) as
Uninit when there is no error.  When there is an error, then ALL of buf[0,
buflen) should be regarded as Uninit.  This is particularly true for character
special devices: tty, "raw" tape drive, etc.  These devices can misbehave
readily.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to