[sr-dev] Re: [kamailio/kamailio] http_async_client: fixed crash on curl callback (PR #4020)

2024-11-09 Thread Ivanuschak Nikolay via sr-dev
> 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 occa

[sr-dev] Re: [kamailio/kamailio] db_redis: hiredis-cluster build fix (PR #4015)

2024-11-09 Thread Roman Pertsev via sr-dev
@PertsevRoman pushed 1 commit. df2c4ee085e98bd816efa2a615a38fbd0766c4a3 db_redis: fix: hiredis-cluster build fix -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4015/files/a6142aa60e7c527e3be8792df3e1c010fed37997..df2c4ee085e98bd816efa2a615a38fbd0766c4a3 You are receiving this

[sr-dev] Re: [kamailio/kamailio] http_async_client: fixed crash on curl callback (PR #4020)

2024-11-09 Thread Federico Cabiddu via sr-dev
Thanks for the report and for the fix proposal. However it is not clear to me how the crash is happening. In case of timeout (like it looks in your case) [this line](https://github.com/kamailio/kamailio/blob/5801ff9612d9eef9a7b06f91ff533a59020181e9/src/modules/http_async_client/http_multi.c#L110