]> git.ozlabs.org Git - petitboot/commitdiff
discover/grub2: strdup strings used in the environment
authorJeremy Kerr <jk@ozlabs.org>
Tue, 1 Oct 2013 04:42:57 +0000 (12:42 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 1 Oct 2013 04:52:00 +0000 (12:52 +0800)
Use a copy of the name & value pairs that we pass to the environment, as
the data loaded from load_env will be talloc_free-ed.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found