commit | 40b51124400df9cb0c57512ff93ac21827d5bac0 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Mon Apr 15 15:59:49 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Mon Apr 15 15:59:49 2024 +0100 |
tree | fefb7a187eda31347f14f7317b29ed6427a271e2 | |
parent | 27ecc36c0bef804d12dbf8c29684c8e8159c8e47 [diff] |
[hci] Use dynamically allocated buffers for editable strings Editable strings currently require a fixed-size buffer, which is inelegant and limits the potential for creating interactive forms with a variable number of edit box widgets. Remove this limitation by switching to using a dynamically allocated buffer for editable strings and edit box widgets. Signed-off-by: Michael Brown <mcb30@ipxe.org>