Andrey Vasilkin
2016-Oct-02 23:40 UTC
[Icecast-dev] Icecast 2.4.3, bug in sources from git
File auth.c, function auth_stack_get(): ... thread_mutex_unlock(&stack->lock); auth_addref(auth = stack->auth); thread_mutex_unlock(&stack->lock); ... As I understand itmust be ( first call thread_mutex_unlock() -> thread_mutex_lock() ) : ... thread_mutex_lock(&stack->lock); auth_addref(auth = stack->auth); thread_mutex_unlock(&stack->lock); ... -- Jabber: digi at frs.snc.ru WorldTree radio <http://radio.frs.snc.ru:8000/WorldTree.m3u> Donations are most welcome! <https://www.arcanoae.com/shop/os2-ports-and-applications-by-andrey-vasilkin/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast-dev/attachments/20161003/556f89f9/attachment.html>