commit | e4fdcadd8a6eedb1edaabbc85c782b43d4e80fe2 | [log] [tgz] |
---|---|---|
author | Lucian Cojocar <cojocar@gmail.com> | Sun Apr 28 11:31:57 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Thu May 09 17:03:05 2013 -0400 |
tree | a42c04f7d46f34f2c298c0c8f7443deab400d489 | |
parent | d642c467a071f074b991f9fea0c877c22462c9e9 [diff] |
env: throw an error when an empty key is used If the environment contains an entry like "=value" "\0" we should throw an error when parsing the environment. Otherwise, U-Boot will enter in an infinite loop. Signed-off-by: Lucian Cojocar <cojocar@gmail.com>