commit | 0a4eabb14d7e2230fb37f37d58be7b9be987c24d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:04 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | dfd22eb8c5af4c8eda466e94e42f5688aca4141d | |
parent | 9562d4c5f03ed7d77282365a5efb6153507f13a2 [diff] |
sandbox: Ensure that long-options array is terminated The last member of this array is supposed to be all zeroes according to the getopt_long() man page. Fix the function to do this. Signed-off-by: Simon Glass <sjg@chromium.org>