changeset 67 | fc91263aee62 |
parent 37 | 518b245aa84c |
--- a/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp Tue Sep 14 22:54:56 2010 +0530 +++ b/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp Fri Sep 17 20:01:45 2010 +0530 @@ -189,7 +189,8 @@ delete iNotificationBuffer; iNotificationBuffer = NULL; } - iNotificationBuffer = HBufC8::NewL(KBufferMaxLen); + // coverity[size_error][buffer_alloc] + iNotificationBuffer = HBufC8::NewL(KBufferMaxLen); if ( iNextReqIDBuffer ) {