1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Moritz Grimm
3a791a6de4 Fix crash when attempting to replace a placeholder with NULL
For example, this solves the combination of an explicit format string
'@a@ - @t@' in combination with an MP3 input file that lacks either
artist or title
2020-04-02 13:01:07 +02:00
Moritz Grimm
b923260d82 mdata_destroy() is supposed to be idempotent 2020-02-12 00:39:13 +01:00
Moritz Grimm
dca166fd87 Bump copyright 2020-01-28 21:27:39 +01:00
Moritz Grimm
9e3c59887b Revert "Remove superfluous NULL assignment"
This reverts commit b0ef65fc03.
It's been nicer to read before, and static analysis can ignore this one.
2020-01-28 00:18:10 +01:00
Moritz Grimm
b0ef65fc03 Remove superfluous NULL assignment 2020-01-27 23:51:25 +01:00
Moritz Grimm
6616831590 Switch to a new (unit-tested) metadata handling API 2017-09-20 12:40:33 +02:00