diff options
author | Max Kellermann <max@musicpd.org> | 2020-02-10 09:18:37 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-02-10 09:18:37 +0100 |
commit | 5397d18ed9680a4d09427dffcd2f994a31828ea5 (patch) | |
tree | 15ed9000c3a62ad97723b815a30899c0b7ee6e99 /NEWS | |
parent | 42eb69f46f7950862cd175b0a36f4fa531429ba8 (diff) |
protocol/ArgParser: cast seek offset to SignedSongTime
"The issue is that ParseCommandArgSignedSongTime parses with
SongTime::FromS, not SignedSongTime::FromS, before casting back to a
SignedSongTime for the return. With x86 overflow rules this doesn't
matter, but on ARM the first cast turns negative values to zero."
Closes https://github.com/MusicPlayerDaemon/MPD/issues/757
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.21.20 (not yet released) - audiofile, ffmpeg, sndfile: handle MIME type "audio/wav" - ffmpeg: fix playback of AIFF and TTA - vorbis, opus: fix seeking in small files +* fix backwards seeking on ARM (and other non-x86 CPUs) ver 0.21.19 (2020/01/17) * configuration |