Project

General

Profile

Bug #5062 » ossl_engine_doublefree.patch

ohai (Ippei Obayashi), 07/21/2011 02:49 AM

View differences:

ext/openssl/ossl_engine.c
ary = rb_ary_new();
for(e = ENGINE_get_first(); e; e = ENGINE_get_next(e)){
ENGINE_up_ref(e);
WrapEngine(klass, obj, e);
rb_ary_push(ary, obj);
}
(2-2/2)