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

Philippe Waroquiers <philippe.waroqui...@skynet.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippe.waroquiers@skynet.
                   |                            |be

--- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
That looks like a real bug that valgrind detects.

The malloc allocates 32 bytes, the strcpy initialises 16 bytes
but the printf loop prints the 32 bytes, so effectively prints data nopt
initialised.

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

Reply via email to