do not set authority cert bodies twice: fixes memory leak bug 536.
svn:r12187
on 0.2.0.x.
- Stop leaking memory every time we parse a v3 certificate. Bugfix
on 0.2.0.1-alpha.
+ - Stop leaking memory every time we load a v3 certificate. Bugfix
+ on 0.2.0.1-alpha. Fixes Bug 536.
Changes in version 0.2.0.9-alpha - 2007-10-24
if (found)
continue;
- cert->cache_info.signed_descriptor_body = tor_strndup(s, eos-s);
- cert->cache_info.signed_descriptor_len = eos-s;
smartlist_add(ds->v3_certs, cert);
if (!from_store)