[SSSD] [sssd PR#724][comment] COMPONENT: util/tev_curl

2019-06-25 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/724 Title: #724: COMPONENT: util/tev_curl jhrozek commented: """ also pushed to sssd-1-16: 37718f82ce55b3a873e4157adee1bfdaab6f14dc """ See the full comment at https://github.com/SSSD/sssd/pull/724#issuecomment-505576846

[SSSD] [sssd PR#724][comment] COMPONENT: util/tev_curl

2019-01-06 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/724 Title: #724: COMPONENT: util/tev_curl jhrozek commented: """ I used your nice explanation to improve the commit message and pushed the fix to master: * 15bde7dab466fc4f2719ce709de9dac7e1e10de8 """ See the full comment at

[SSSD] [sssd PR#724][comment] COMPONENT: util/tev_curl

2019-01-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/724 Title: #724: COMPONENT: util/tev_curl alexey-tikhonov commented: """ > Could you please explain the double-free in more detail? > Looking at tevent docs, they say that the tevent timer is freed automatically That's correct. > and looking at the code,

[SSSD] [sssd PR#724][comment] COMPONENT: util/tev_curl

2019-01-04 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/724 Title: #724: COMPONENT: util/tev_curl alexey-tikhonov commented: """ > Could you please explain the double-free in more detail? > Looking at tevent docs, they say that the tevent timer is freed automatically That's correct. > and looking at the code,

[SSSD] [sssd PR#724][comment] COMPONENT: util/tev_curl

2019-01-03 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/724 Title: #724: COMPONENT: util/tev_curl jhrozek commented: """ Hi Alexey, thank you very much for the patch and especially for diving into the code. I admit that I don't remember the details about the tcurl module anymore. Could you please explain the