commit | a1fe86f380cbae3fb1aea85654d44637dd13d6c3 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]> | Tue Jan 02 21:05:38 2018 -0600 |
committer | David Gibson <[email protected]> | Wed Jan 03 14:15:16 2018 +1100 |
tree | f2affac9dcb515466d00e2c6a41112df280a44f1 | |
parent | c8d5472de3ff24baa9f331b12ada43abc2058737 [diff] |
fdtoverlay: Switch from using alloca to malloc alloca entails a complicated header situation when using other platforms, where some split it out in alloca.h while others include it as a standard part of stdlib.h. The cons don't seem to outweigh the pros, so switch it to malloc. Signed-off-by: Kyle Evans <[email protected]> Signed-off-by: David Gibson <[email protected]>