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

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

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

--- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
(In reply to dcb314 from comment #0)
> Source code is
> 
>       char* tmpname = vk_str_malloc( unique.length() + 10 );
>       sprintf( tmpname, "%s.XXXXXX", qPrintable( unique ) );
>       int fd = mkstemp( tmpname );
> 
>       if ( fd == -1 ) {
>          /* something went wrong */
>          VK_DEBUG( "failed to create unique filename from '%s'.",
>                    qPrintable( filepath ) );
>          return QString::null;
>       }

Are you sure this is for valgrind ?
I cannot find this vk_utils.cpp in the valgrind sources.

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

Reply via email to