diff -r 7d4490026038 -r 44f437012c90 persistentstorage/sql/SRC/Server/SqlSrvDbSysSettings.cpp --- a/persistentstorage/sql/SRC/Server/SqlSrvDbSysSettings.cpp Mon Sep 27 11:59:56 2010 +0100 +++ b/persistentstorage/sql/SRC/Server/SqlSrvDbSysSettings.cpp Tue Oct 19 16:26:13 2010 +0100 @@ -638,6 +638,7 @@ __SQLLEAVE_IF_ERROR(file.Read(bufPtr)); //Convert buffer to Unicode for processing (the configuration file is expected to be ASCII or UTF-8) + // coverity[size_error] HBufC16* buf16 = CnvUtfConverter::ConvertToUnicodeFromUtf8L(bufPtr); CleanupStack::PushL(buf16); TPtrC16 ptr16 = buf16->Des();