Description of problem: Fedora currently has v0.0.8 of libmicrodns, while upstream is at 0.0.10. Both the upstream 0.0.9 and 0.0.10 releases fix known bugs causing crashes, so Fedora libmicrodns should be updated to the latest version. For example VLC player (in rpmfusion) uses libmicrodns, and the mentioned bugs crash VLC when trying to select Playback -> Rendeder menu item. Version-Release number of selected component (if applicable): microdns-0.0.8-1 How reproducible: Always. Steps to Reproduce: 1. Install vlc 3.0.2 from rpmfusion. 2. Start vlc player. 3. Try to choose Playback -> Renderer menu item. Actual results: VLC crashes, due to bug(s) in libmicrodns. Expected results: VLC (or any other app using libmicrodns) shouldn't crash. Additional info: Same libmicrodns bug in Debian, fixed with a libmicrodns update: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893284
There is already a new build, but for some reasong they do not appeared in the repo: https://bodhi.fedoraproject.org/updates/FEDORA-2018-94a142fbd8
Seems like libmicrodns was published as part of the fedora Everything repo. If you have updated from a development release, please try dnf update --refresh
errata, it's the updates everything, but the same command applies.
Indeed, "dnf update --refresh libmicrodns" installed version libmicrodns-0.0.10-1. And for example VLC seems to work OK now, without crashing. Thanks!