--- a/userlibandfileserver/fileserver/etshell/ts_edshl.cpp Wed Dec 23 11:43:31 2009 +0000
+++ b/userlibandfileserver/fileserver/etshell/ts_edshl.cpp Thu Jan 07 13:38:45 2010 +0200
@@ -1228,7 +1228,7 @@
VA_LIST list;
VA_START(list,aFmt);
- TBuf<0x140> aBuf;
+ TBuf<0x200> aBuf;
//format output string using argument list
//coverity[uninit_use_in_call]
@@ -1252,7 +1252,7 @@
VA_LIST list;
VA_START(list,aFmt);
- TBuf<0x140> aBuf;
+ TBuf<0x200> aBuf;
//format output string using argumen list
//coverity[uninit_use_in_call]