commit | ca5d1374ac3e2f30c397d6e235c7fae89ed5a42d | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 30 10:00:10 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 23 12:58:18 2022 -0400 |
tree | 657e0e6aac951a08364ef2c85ac83bdf601725f0 | |
parent | e184c5b2fee4e0923fcd95734cfdf613a969945a [diff] |
sandbox: Decouple program entry from sandbox init Move the program's entry point to os.c, in preparation for a separate fuzzing entry point to be added. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>