diff -r 224b21efc2d4 -r 9352913932ef appfw/apparchitecture/apserv/APSSES.CPP --- a/appfw/apparchitecture/apserv/APSSES.CPP Fri Aug 20 13:36:26 2010 +0300 +++ b/appfw/apparchitecture/apserv/APSSES.CPP Fri Sep 03 16:56:10 2010 +0300 @@ -2410,7 +2410,7 @@ void CApaAppListServSession::UpdatedAppsInfoL(const RMessage2& aMessage) { //Read the buffer size - TInt sizeOfBuffer=aMessage.Int1(); + TInt sizeOfBuffer=aMessage.GetDesMaxLengthL(0); TInt count=iAppsUpdated.Count(); TInt sizeRequired= sizeof(TInt)+(sizeof(TApaAppUpdateInfo) * count);