]> git.tuebingen.mpg.de Git - adu.git/commit
Fix a bug in exec_interactive_command().
authorAndre Noll <maan@systemlinux.org>
Sat, 1 Nov 2008 21:18:58 +0000 (22:18 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 1 Nov 2008 21:18:58 +0000 (22:18 +0100)
commit38117be0e4d8d0a62f01cfe1a5702bdf358a1fea
tree28a8e1adb88feb8346e74618631363dae671d757
parent6b77f83065f5176b43e2824b0b208499e11b373e
Fix a bug in exec_interactive_command().

In case a command iwthout further options was given, p pointed one
byte after the malloced string, and this pointer is passed to the
command handler..
interactive.c