Re: [mpd-devel] Fwd: mpc diff - mpc git diff

2015-01-15 Thread Max Kellermann
On 2015/01/15 22:44, Alexander Hall wrote: > Is that extra hyphen intentional or a typo? D'oh. It's a ty-po ;) ___ mpd-devel mailing list mpd-devel@musicpd.org http://mailman.blarg.de/listinfo/mpd-devel

Re: [mpd-devel] Fwd: mpc diff - mpc git diff

2015-01-15 Thread Alexander Hall
On 01/15/15 22:10, Max Kellermann wrote: On 2015/01/15 22:03, Alexander Hall wrote: Fix use-after-free in mpc / cmd_seek() Merged, thanks. Thanks for the quick response. FYI, while not part of the diff I sent, but part of the resulting git commit: +* fix use-af-ter-free bug Is that extr

Re: [mpd-devel] Fwd: mpc diff - mpc git diff

2015-01-15 Thread Max Kellermann
On 2015/01/15 22:03, Alexander Hall wrote: > Fix use-after-free in mpc / cmd_seek() Merged, thanks. ___ mpd-devel mailing list mpd-devel@musicpd.org http://mailman.blarg.de/listinfo/mpd-devel

[mpd-devel] Fwd: mpc diff - mpc git diff

2015-01-15 Thread Alexander Hall
Fix use-after-free in mpc / cmd_seek() Please cc me any reply as I'm not a subscriber of the list. /Alexander diff --git a/src/command.c b/src/command.c index 02894aa..31a2c72 100644 --- a/src/command.c +++ b/src/command.c @@ -458,11 +458,11 @@ cmd_seek(gcc_unused int argc, gcc_unused char **ar