http://bugzilla.novell.com/show_bug.cgi?id=514522 Summary: ktorrent-3.2.2-1.4: use of memory after free 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 the source code of factory package ktorrent-3.2.2-1.4 For file mozilla/security/nss-fips/lib/freebl/mpi/utils/sieve.c, around line 138 is the code free(p); fprintf(stderr, "%s: sieving again from %ld ... \n", argv[0], p[cur - 1]); Clearly broken code - p cannot be read from after it has been freed. Suggest code rework. -- 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.