changeset 72 | 6f657153cbc5 |
parent 44 | 36f374c67aa8 |
--- a/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp Fri Sep 17 08:28:39 2010 +0300 +++ b/messagingapp/msgappfw/client/src/ccsnotificationhandler.cpp Mon Oct 04 00:13:15 2010 +0300 @@ -189,7 +189,8 @@ delete iNotificationBuffer; iNotificationBuffer = NULL; } - iNotificationBuffer = HBufC8::NewL(KBufferMaxLen); + // coverity[size_error][buffer_alloc] + iNotificationBuffer = HBufC8::NewL(KBufferMaxLen); if ( iNextReqIDBuffer ) {