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; }
(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.
(In reply to Philippe Waroquiers from comment #1) > Are you sure this is for valgrind ? > I cannot find this vk_utils.cpp in the valgrind sources. It's part of valkyrie. Is this not the right place for valkyrie bug reports ?
Changing the product to Valkyrie
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug.