]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
hush: Fix bogus free() call
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 5 Aug 2009 21:18:44 +0000 (16:18 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Aug 2009 21:02:42 +0000 (23:02 +0200)
commit197324d7d998a791e5137b8176981b4af25220ae
tree603f1268dcdc32df2cbffa6f0b92e6e060763007
parentff27650bb255e2275a212357b78c3b77cbf1d2e9
hush: Fix bogus free() call

An off-by-one error in hush.c resulted in an unintentional free() call
every time a command was executed

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/hush.c