
12 Jan
2017
12 Jan
'17
6:07 a.m.
On 26 December 2016 at 10:57, Emmanuel Vadot manu@bidouilliste.com wrote:
The current code can loop undefinitly as it doesn't parse correctly the env data. Since the env is an hashtable, use the hashtable function for the API_ENV_ENUM api call.
Signed-off-by: Emmanuel Vadot manu@bidouilliste.com
Changes in v2:
- Explain why the change is needed.
api/api.c | 60 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 29 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org