jeroen / openssl

OpenSSL bindings for R
Other
63 stars 20 forks source link

OpenSSL 1.1.1b breaks tests #63

Closed daissi closed 5 years ago

daissi commented 5 years ago

Hi, OpenSSL 1.1.1b reached Debian and it causes the following error:

test_check("openssl") double free or corruption (fasttop) Aborted

See #923447

jeroen commented 5 years ago

Thank you I'll have a look.

jeroen commented 5 years ago

It crashes here: https://github.com/cran/openssl/blob/1.2.1/src/base64.c#L32 Maybe that's a double free?

jeroen commented 5 years ago

I'll try to do a hotfix release today.

jeroen commented 5 years ago

I've published a hotfix release openssl 1.2.2 to CRAN that should fix the issue.

daissi commented 5 years ago

Thanks, very fast like usual ;-)

I will upload it to Debian later today.

jeroen commented 5 years ago

The real issue is a regression in libssl: https://github.com/openssl/openssl/issues/8375. Anyway the workaround is on CRAN now.

daroczig commented 5 years ago

Thanks :+1: