http://bugzilla.novell.com/show_bug.cgi?id=523782 Summary: CASA_auth_token_server-1.7.1587-2.1: memory allocation mismatch Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package CASA_auth_token_server-1.7.1587-2.1 For source code CASA_auth_token_server-1.7.1587/utilities/IpcLibs/linux/client/cchannel.cpp, around line 527 is the source code for the member function connectionThread. I notice the following code pRecvBuff = (char*) malloc(payloadLength + 1); and delete[] pRecvBuff; These two don't match up. Suggest change one of them to match the other. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.