[pull] master from MusicPlayerDaemon:master#62
Merged
pull[bot] merged 8 commits intoCartoonFan:masterfrom Mar 11, 2026
Merged
Conversation
Remove incorrect `* 1000` multiplier in fail_timer.Check() call. When the PeriodClock API was migrated to std::chrono in commit 4011899 , the fail_timer.Check() call was not updated. This caused the timer to check for a duration that was 1000 times longer than intended.
Fixes out-of-bounds read due to improper use of memcmp() and makes the code simpler. Similar to commit 8925cc1
…regex is not allowed
A while ago, #2363 was reported ("State file not saved to file when mpd is started and stopped with systemd"). The root cause was that `libopenblas` creates worker threads before MPD's main() is invoked, and these worker threads do not have a proper signal block mask, therefore they receive SIGTERM and this will unconditionally terminate MPD without proper shutdown, leading to data loss. This kind of library behavior implemented by libopenmpt is unacceptable, and to prevent more bad surprises like this, MPD now refuses to start when linked with such a library. It aborts startup when it sees that threads have already been created outside of its control.
release v0.24.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )