]> git.pond.sub.org Git - empserver/commit
Fix execute's printing of the executed commands
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 15 Mar 2012 20:38:29 +0000 (21:38 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 15 Mar 2012 20:38:29 +0000 (21:38 +0100)
commit8b7c78b5fa46de70eefc0ac54feee436d381917d
tree1f40de0bd22ae6c66d66f3acb36ce634b5659bc9
parent68dc9b2936b9f8c6ee8fbf5555977986227225bd
Fix execute's printing of the executed commands

If execute's argument was read interactively, it prints the argument
instead of the command.  Else, it prints uninitialized garbage.  The
latter can theoretically crash the server, or leak information.

Broken in commit 3de1e8be, v4.3.28
src/lib/player/player.c