commit | 90ee4a73863cd959bb4dfdf83293b65fd1c9aab2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 01 05:13:56 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | 05db6af17902e2f863f340c8404c7d5342867a19 | |
parent | 31ee50f3b422aa291c54d21ef20e5d03c8a305e9 [diff] |
libfdt: Detected out-of-space with fdt_finish() At present the Python sequential-write interface can produce an error when it calls fdt_finish(), since this needs to add a terminating tag to the end of the struct section. Fix this by automatically expanding the buffer if needed. Signed-off-by: Simon Glass <sjg@chromium.org>