sylar icon indicating copy to clipboard operation
sylar copied to clipboard

OpenSSL 1.1.1g Coredown

Open hankai17 opened this issue 4 years ago • 0 comments

In OpenSSL 1.1.1g Coredown.

(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00007f0f4a931b5c in do_io<long (*)(int, void*, unsigned long), void*&, unsigned long&> (fd=3, fun=0x0, hook_fun_name=0x7f0f4a9a51c1 "read", event=1, timeout_so=20) at /root/sylar/hook.cc:81
#2  0x00007f0f4a92fe22 in read (fd=3, buf=0x7fff097d4b06, count=2) at /root/sylar/hook.cc:314
#3  0x00007f0f49cb10bd in OPENSSL_init_library () from /usr/lib64/libcrypto.so.1.1
#4  0x00007f0f4ac18d2a in call_init.part () from /lib64/ld-linux-x86-64.so.2
#5  0x00007f0f4ac18e2a in _dl_init () from /lib64/ld-linux-x86-64.so.2
#6  0x00007f0f4ac0a06a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#7  0x0000000000000001 in ?? ()
#8  0x00007fff097d5176 in ?? ()
#9  0x0000000000000000 in ?? ()
[root@192 ~]# cat /etc/redhat-release 
CentOS Linux release 8.0.1905 (Core) 
[root@192 ~]# uname -a
Linux 192.168.1.6 4.18.0-80.el8.x86_64 #1 SMP Tue Jun 4 09:19:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@192 ~]# openssl version
OpenSSL 1.1.1g FIPS  21 Apr 2020

So strange in openssl lib.

hankai17 avatar Dec 26 '20 00:12 hankai17