On 2016-10-12, Tomas Mraz <tm...@redhat.com> wrote:
> On St, 2016-10-12 at 08:22 +0200, Nikos Mavrogiannopoulos wrote:
>> Was the load using dlopen() or simply an indirect link?
>
Both Perl modules were dlopened. Each of the module linked to
different OpenSSL directly (DT_NEEDED).

> Also what I would expect to crash is situation where the perl modules
> linked to different OpenSSL versions try to pass the references to
> OpenSSL data structures across the versions. That certainly won't work.
>
Yes. It passed pointers to BIGNUM and EC_KEY between them.

-- Petr
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to