http://bugzilla.novell.com/show_bug.cgi?id=542463 Summary: trustedgrub-1.1.3-9.4: duplicate calls to malloc 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 trustedgrub-1.1.3-9.4 For source code file TrustedGRUB-1.1.3/util/sha1.c around line 400, function calculate_sha1 is the following code tcgbuffer = (char*) malloc(TCG_BUFFER_SIZE); but a few lines earlier I notice exactly the same code. Suggest remove one of the calls to malloc. -- 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.