Skip to content

v1.2.16: BUG/MINOR: deferred calling the libev socket timer callback function

Compare
Choose a tag to compare
@zaga00 zaga00 released this 14 Sep 22:29
· 11 commits to master since this release
On Linux systems with a newer cURL library (say ubuntu 22 which uses cURL
v7.81.0), the program crashes in the mir_curl_timer_cb() function (when
calling function mir_curl_ev_timer_cb()).

It was solved so that the call of the respective function is done via the
timer (and not directly as before).

This should fix GitHub issue #31.

Version of the program changed to v1.2.16.