Fabio Erculiani 84803b87a1 linux-user: target_argv is placed on ts->bprm->argv and can't be freed()
TaskState contains linux_bprm struct which encapsulates argv among
other things.
argv might be used around the code and is expected to contain valid
data. Before this patch, ts->bprm->argv was NULL due to it being
freed right after loader_exec().

Signed-off-by: Fabio Erculiani <lxnay@sabayon.org>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2012-04-06 18:49:57 +03:00
..
2012-03-14 22:20:24 +01:00
2012-03-14 22:20:27 +01:00
2010-10-05 13:53:56 -05:00
2011-05-08 10:02:18 +01:00
2012-03-14 22:20:27 +01:00
2011-04-26 10:15:40 +03:00
2009-07-01 18:24:44 +00:00