> which version of curl are you using?
The libcurl version is 7.61.1-34
```
[centos@esrp-1b ~]$ rpm -qa | grep curl
libcurl-minimal-7.61.1-34.el8.aarch64
curl-7.61.1-34.el8.aarch64
libcurl-devel-7.61.1-34.el8.aarch64
```
> could you please clarify/describe the scenario?
The crash happens occasionally, I have not yet identified the moment and the context of
this crash. The pcap file does not contain HTTP/HTTPs at the moment when it's
crashing. I will observe and provide with more details.
> On the patch side: you are right that we could, in sock_cb, lookup for the cell
by the easy handler, there would be no need of a cell_tmp to compare with in this case.
Anyway this scenario should never occur this way so I would like to understand more.
I agree that it should be investigated more, and I don't consider this proposed
fix as a long term solution. It can be considered as some kind of a temporary workaround
until the root cause is identified. At first glance it looks like an issue in libcurl, but
more details are needed to understand the context of this crash and to find the root
cause. I will gather more details and provide them.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4020#issuecomment-2466454166
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4020/c2466454166(a)github.com>