Andreas Stieger changed bug 929109
What Removed Added
CC   vpereira@novell.com
Flags   needinfo?(tchvatal@suse.com), needinfo?(vpereira@novell.com)

Comment # 5 on bug 929109 from
http://lists.lysator.liu.se/pipermail/nettle-bugs/2015/003390.html

> > The second one is about memory leaks, and it would be better if someone more 
> > aware of the source took a look wether and how to fix it.
> 
> This looks like the program eccdata doesn't free its storage before
> exit. This is a program used at build time to generate ecc-related
> tables.
> 
> I'd accept patches to fix this, but I don't think it's very important. I
> think the nicest way is to add a function ecc_curve_clear to deallocate
> all storage, and add a call 
> 
>   ecc_curve_clear (&ecc); 
> 
> at the end of the main function.

Victor, as the next step can I ask you to please re-run ASAN on the latest
release (3.1.1 as of writing, in Factory). This might interest upstream more.

Tom����... does the above outline of a fix make sense to you? Could you have a
look at the code to see if this would fix the address handling error?


You are receiving this mail because: