https://bugs.kde.org/show_bug.cgi?id=369029
--- Comment #5 from zephyrus00jp <ishik...@yk.rim.or.jp> --- Created attachment 127555 --> https://bugs.kde.org/attachment.cgi?id=127555&action=edit Log of running the test program under the patched valgrind. Log of the program. In the case of passing the structure mentioned in the manual page, and exact size, the initialization status of memory buffer returned is as expected. However, if I pass a large buffer (with 1024 octet size), the underlying system call seems to use block copy (16 octets at a time) and I seem to have a memory buffer returned with a few extra octets initialized. Not fatal, and probably a feature. Just interesting. -- You are receiving this mail because: You are watching all bug changes.