On 03/21/2016 09:51 PM, Miller Puckette wrote:
Yep, thanks. Fixing it now...
since you seem to be in bug-squashing mode: there are about 100 more bugs waiting to be fixed :-) i've just submitted a patch that tackles about 30 of them...
https://sourceforge.net/p/pure-data/patches/572/
many of the remaining known bugs are simply "logically dead code" [CWE561] and "unchecked return values" [CWE252], though there are still some memory leaks buried in g_template.c
gmsdr IOhannes
[CWE252] http://cwe.mitre.org/data/definitions/252.html [CWE561] http://cwe.mitre.org/data/definitions/561.html