chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
5227899
)
server/schedule.c: Maintain separate variables for raw and resolved tracks.
5.2.x
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 May 2020 19:06:05 +0000
(20:06 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 May 2020 22:17:44 +0000
(23:17 +0100)
GCC 9 correctly points out that, if `trackdb_resolve' fails, we try to
print a null pointer in the error message, rather than the offending
track name.
Fix this by not reusing the same variable for two different jobs with
overlapping lifetimes.
No differences found