]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[settings] Avoid potentially large stack allocations
authorMichael Brown <mcb30@ipxe.org>
Wed, 17 Jul 2013 13:00:38 +0000 (14:00 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 18 Jul 2013 14:50:02 +0000 (15:50 +0100)
commit3880ebeb182208f03db32464b954dba1b8b8338b
tree64894c1c273e02b97172210fc960a9291c20f296
parent063645118ce1f73e143bb17a74bd678d31d7563e
[settings] Avoid potentially large stack allocations

Avoid potentially large stack allocations in fetchf_setting() and
storef_setting().

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/settings.c